diff --git a/CHANGELOG b/CHANGELOG index 25ccba0d..db9e3fdb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 + diff --git a/docs/conf.py b/docs/conf.py index f4e0e234..3e7e3f1e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index 760d924e..66f25368 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def run(self): unittest.main(tests, argv=sys.argv[:1]) -version = "0.20" +version = "0.21" setup( name="mysql-replication",