8000 Bump MySQLdb version from 1.2.6 to 1.3.12 (#623) · ammogcoder/PyMySQL@2b306b0 · GitHub
[go: up one dir, main page]

Skip to content
Sign in

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b306b0

Browse files
eavictormethane
authored andcommitted
Bump MySQLdb version from 1.2.6 to 1.3.12 (PyMySQL#623)
1 parent c04b5c9 commit 2b306b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def get_client_info(): # for MySQLdb compatibility
104104
connect = Connection = Connect
105105

106106
# we include a doctored version_info here for MySQLdb compatibility
107-
version_info = (1,2,6,"final",0)
107+
version_info = (1, 3, 12, "final", 0)
108108

109109
NULL = "NULL"
110110

0 commit comments

Comments
 (0)
0