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 ce7831a commit 5068e51Copy full SHA for 5068e51
CHANGELOG
@@ -122,3 +122,6 @@
122
123
0.17 02/02/2018
124
* remove python2.6 support
125
+
126
+0.18 01/03/2018
127
+* bubble up protocol errors
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.17'
+version = '0.18'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.17'
+release = '0.18'
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.17"
+version = "0.18"
38
39
setup(
40
name="mysql-replication",
0 commit comments