Skip to content

Commit

Permalink
0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Feb 14, 2017
1 parent b5e17ce commit 34de70f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Release date: 2017-02-14

* **SECURITY FIX**: Raise RuntimeError when received LOAD_LOCAL packet while
``loacal_infile=False``.

* Raise SERVER_LOST error for MariaDB's shutdown packet (#540)

* Change default connect_timeout to 10.
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, 9, None)
VERSION = (0, 7, 10, None)
threadsafety = 1
apilevel = "2.0"
paramstyle = "pyformat"
Expand Down

0 comments on commit 34de70f

Please sign in to comment.