Skip to content

Commit 7fee98a

Browse files
author
Arthur Gautier
committed
Release 0.16
I fucked release 0.15 which is now a detached branch. Releasing 0.15 now Signed-off-by: Arthur Gautier <baloo@gandi.net>
1 parent f8192c9 commit 7fee98a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,12 @@
111111
* binlogstream: only_tables requires row binlog_format (#209)
112112
* Add implementation of read_int32 (#213)
113113
* fix formatting of GTIDs under py3 (#227)
114+
115+
0.15 11/09/2017
116+
* event: fixup gtid serialization
117+
118+
0.16 02/02/2018
119+
* json: Fixup string parsing (#246)
120+
* binlogstream: Raise an explanatory exception when binary logging is not enabled. (#245)
121+
* datetime: Fixup parsing (#236)
122+

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.14'
51+
version = '0.16'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.14'
53+
release = '0.16'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

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

3636

37-
version = "0.14"
37+
version = "0.16"
3838

3939
setup(
4040
name="mysql-replication",

0 commit comments

Comments
 (0)