From 063b1b7d1806a156d1f4808db65b923815db95a3 Mon Sep 17 00:00:00 2001 From: Federico Campoli Date: Wed, 23 Sep 2020 18:20:37 +0200 Subject: [PATCH] stamp 2.0.16 --- CHANGELOG.rst | 4 ++++ LICENSE.txt | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 764e59ca..9e5ad220 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,9 @@ changelog ************************* +2.0.16 - 23 September 2020 +.......................................................... +* Fix for issue #126 init_replica failure with tables on transactional engine and invalid data + 2.0.15 - 20 September 2020 .......................................................... * Support for reduced lock if MySQL engine is transactional, thanks to @rascalDan diff --git a/LICENSE.txt b/LICENSE.txt index 05947cf3..ca17be54 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2016-2019 Federico Campoli +Copyright (c) 2016-2020 Federico Campoli All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/conf.py b/docs/conf.py index 43d238f4..a50a5662 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'2.0.15' +version = u'2.0.16' # The full version, including alpha/beta/rc tags. -release = u'v2.0.15' +release = u'v2.0.16' # The language for content autgenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 20a7dd60..bea75cc4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): setup( name="pg_chameleon", - version="2.0.15", + version="2.0.16", description="MySQL to PostgreSQL replica and migration", long_description=readme(), author = "Federico Campoli",