Skip to content

Commit

Permalink
Release 0.14
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <baloo@gandi.net>
  • Loading branch information
Arthur Gautier committed Sep 11, 2017
1 parent 1b6b468 commit 86a07a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,8 @@
first one in the stream used to be a duplicate on reconnection, this is no
longer the case).
* Fix struct.pack in ReportSlave (#194)

0.14 11/09/2017
* binlogstream: only_tables requires row binlog_format (#209)
* Add implementation of read_int32 (#213)
* fix formatting of GTIDs under py3 (#227)
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13'
version = '0.14'
# The full version, including alpha/beta/rc tags.
release = '0.13'
release = '0.14'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run(self):
unittest.main(tests, argv=sys.argv[:1])


version = "0.13"
version = "0.14"

setup(
name="mysql-replication",
Expand Down

0 comments on commit 86a07a2

Please sign in to comment.