This commit is contained in:
INADA Naoki 2016-07-29 12:22:03 +09:00
parent 70f477726c
commit 6c9347c246
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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"