8000 0.7.9 · writepython/PyMySQL@049cc1d · GitHub
[go: up one dir, main page]

Skip to content

Commit 049cc1d

Browse files
committed
0.7.9
1 parent 81cdb41 commit 049cc1d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

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

3+
## 0.7.9
4+
5+
Release date: 2016-09-03
6+
7+
* Fix PyMySQL stop reading rows when first column is empty string (#513)
8+
Reverts DEPRECATE_EOF introduced in 0.7.7.
9+
310
## 0.7.8
411

512
Release date: 2016-09-01

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
DateFromTicks, TimeFromTicks, TimestampFromTicks)
3636

3737

38-
VERSION = (0, 7, 8, None)
38+
VERSION = (0, 7, 9, None)
3939
threadsafety = 1
4040
apilevel = "2.0"
4141
paramstyle = "pyformat"

0 commit comments

Comments
 (< 2FAD !-- -->0)
0