Skip to content

Commit 4edd9f2

Browse files
Tags 0.1
1 parent 3c1e0e1 commit 4edd9f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
0.1 01/05/2013
2+
* Initial Release with MySQL 5.5 and MySQL 5.6 support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run(self):
2323
unittest.main(tests, argv=sys.argv[:1])
2424

2525

26-
version = "0.0.1"
26+
version = "0.1.0"
2727

2828
setup(
2929
name = "PyMySQLReplication",

0 commit comments

Comments
 (0)