0.7.6
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changes
|
||||
|
||||
## 0.7.6
|
||||
|
||||
Release date: 2016-07-29
|
||||
|
||||
* Fix SELECT JSON type cause UnicodeError
|
||||
* Avoid float convertion while parsing microseconds
|
||||
* Warning has number
|
||||
* SSCursor supports warnings
|
||||
|
||||
## 0.7.5
|
||||
|
||||
Release date: 2016-06-28
|
||||
|
@@ -33,7 +33,7 @@ from .times import Date, Time, Timestamp, \
|
||||
DateFromTicks, TimeFromTicks, TimestampFromTicks
|
||||
|
||||
|
||||
VERSION = (0, 7, 5, None)
|
||||
VERSION = (0, 7, 6, None)
|
||||
threadsafety = 1
|
||||
apilevel = "2.0"
|
||||
paramstyle = "pyformat"
|
||||
|
Reference in New Issue
Block a user