Skip to content

Commit 2d440df

Browse files
authored
Updated mysqlclient version to 1.4.0 (#885)
1 parent b2e580f commit 2d440df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def get_client_info(): # for MySQLdb compatibility
108108
connect = Connection = Connect
109109

110110
# we include a doctored version_info here for MySQLdb compatibility
111-
version_info = (1, 3, 13, "final", 0)
111+
version_info = (1, 4, 0, "final", 0)
112112

113113
NULL = "NULL"
114114

0 commit comments

Comments
 (0)