Skip to content

Commit 7fc95e1

Browse files
author
Arthur Gautier
committed
Release 0.20
Signed-off-by: Arthur Gautier <baloo@gandi.net>
1 parent 1842248 commit 7fc95e1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,8 @@
131131
* Added empty string support for enum
132132
* Fix column order
133133
* Fix float problem about time fieldtype
134+
135+
0.20 22/11/2019
136+
* Added support for limited columnar access in MySQL
137+
* Python3 fixes
138+
* Add gtidset comparison methods

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.19'
51+
version = '0.20'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.19'
53+
release = '0.20'
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.19"
37+
version = "0.20"
3838

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

0 commit comments

Comments
 (0)