Skip to content

Commit

Permalink
Release 0.20
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <[email protected]>
  • Loading branch information
Arthur Gautier committed Nov 22, 2019
1 parent 1842248 commit 7fc95e1
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 @@ -131,3 +131,8 @@
* Added empty string support for enum
* Fix column order
* Fix float problem about time fieldtype

0.20 22/11/2019
* Added support for limited columnar access in MySQL
* Python3 fixes
* Add gtidset comparison methods
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.19'
version = '0.20'
# The full version, including alpha/beta/rc tags.
release = '0.19'
release = '0.20'

# 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.19"
version = "0.20"

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

0 comments on commit 7fc95e1

Please sign in to comment.