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 94b8b43 commit f7c37ecCopy full SHA for f7c37ec
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.25'
+version = '0.26'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.25'
+release = '0.26'
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.25"
+version = "0.26"
38
39
setup(
40
name="mysql-replication",
0 commit comments