Skip to content

Commit

Permalink
updated doctored version info for MySQLdb compatibility (#858)
Browse files Browse the repository at this point in the history
Fixes #790
  • Loading branch information
UrK committed May 13, 2020
1 parent 33bb6b6 commit d895719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymysql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_client_info(): # for MySQLdb compatibility
connect = Connection = Connect

# we include a doctored version_info here for MySQLdb compatibility
version_info = (1, 3, 12, "final", 0)
version_info = (1, 3, 13, "final", 0)

NULL = "NULL"

Expand Down

0 comments on commit d895719

Please sign in to comment.