There was an error while loading. Please reload this page.
1 parent a525539 commit 3de6ff4Copy full SHA for 3de6ff4
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.24'
+version = '0.25'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.24'
+release = '0.25'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -34,7 +34,7 @@ def run(self):
34
unittest.main(tests, argv=sys.argv[:1])
35
36
37
-version = "0.24"
+version = "0.25"
38
39
setup(
40
name="mysql-replication",
0 commit comments