Skip to content

Commit

Permalink
Release 0.16
Browse files Browse the repository at this point in the history
I fucked release 0.15 which is now a detached branch.
Releasing 0.15 now

Signed-off-by: Arthur Gautier <baloo@gandi.net>
  • Loading branch information
Arthur Gautier committed Feb 2, 2018
1 parent f8192c9 commit 7fee98a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,12 @@
* binlogstream: only_tables requires row binlog_format (#209)
* Add implementation of read_int32 (#213)
* fix formatting of GTIDs under py3 (#227)

0.15 11/09/2017
* event: fixup gtid serialization

0.16 02/02/2018
* json: Fixup string parsing (#246)
* binlogstream: Raise an explanatory exception when binary logging is not enabled. (#245)
* datetime: Fixup parsing (#236)

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.14'
version = '0.16'
# The full version, including alpha/beta/rc tags.
release = '0.14'
release = '0.16'

# 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.14"
version = "0.16"

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

0 comments on commit 7fee98a

Please sign in to comment.