Skip to content

Commit

Permalink
Release 0.21
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 bde3413 commit fa5892d
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 @@ -136,3 +136,8 @@
* Added support for limited columnar access in MySQL
* Python3 fixes
* Add gtidset comparison methods

0.21 22/11/2019
* fix ci configuration
* Added support for limited columnar access in MySQL

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.20'
version = '0.21'
# The full version, including alpha/beta/rc tags.
release = '0.20'
release = '0.21'

# 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.20"
version = "0.21"

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

0 comments on commit fa5892d

Please sign in to comment.