We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1e0e1 commit 4edd9f2Copy full SHA for 4edd9f2
CHANGELOG
@@ -0,0 +1,2 @@
1
+0.1 01/05/2013
2
+* Initial Release with MySQL 5.5 and MySQL 5.6 support
setup.py
@@ -23,7 +23,7 @@ def run(self):
23
unittest.main(tests, argv=sys.argv[:1])
24
25
26
-version = "0.0.1"
+version = "0.1.0"
27
28
setup(
29
name = "PyMySQLReplication",
0 commit comments