8000 0.7.6 · Alysawei/PyMySQL@6c9347c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c9347c

Browse files
committed
0.7.6
1 parent 70f4777 commit 6c9347c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changes
22

3+
## 0.7.6
4+
5+
Release date: 2016-07-29
6+
7+
* Fix SELECT JSON type cause UnicodeError
8+
* Avoid float convertion while parsing microseconds
9+
* Warning has number
10+
* SSCursor supports warnings
11+
312
## 0.7.5
413

514
Release date: 2016-06-28

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
DateFromTicks, TimeFromTicks, TimestampFromTicks
3434

3535

36-
VERSION = (0, 7, 5, None)
36+
VERSION = (0, 7, 6, None)
3737
threadsafety = 1
3838
apilevel = "2.0"
3939
paramstyle = "pyformat"

0 commit comments

Comments
 (0)
0