Skip to content

Commit

Permalink
0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Sep 3, 2016
1 parent 81cdb41 commit 049cc1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 0.7.9

Release date: 2016-09-03

* Fix PyMySQL stop reading rows when first column is empty string (#513)
Reverts DEPRECATE_EOF introduced in 0.7.7.

## 0.7.8

Release date: 2016-09-01
Expand Down
2 changes: 1 addition & 1 deletion pymysql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
DateFromTicks, TimeFromTicks, TimestampFromTicks)


VERSION = (0, 7, 8, None)
VERSION = (0, 7, 9, None)
threadsafety = 1
apilevel = "2.0"
paramstyle = "pyformat"
Expand Down

0 comments on commit 049cc1d

Please sign in to comment.