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 38570f9 commit 938a016Copy full SHA for 938a016
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.3'
+version = '0.4'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.3'
+release = '0.4'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -30,7 +30,7 @@ def run(self):
30
unittest.main(tests, argv=sys.argv[:1])
31
32
33
-version = "0.3.0"
+version = "0.4.0"
34
35
setup(
36
name="mysql-replication",
0 commit comments