Skip to content

Commit

Permalink
stamp version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
the4thdoctor committed Nov 4, 2017
1 parent 5755678 commit 59b623e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
changelog
*************************
1.8.1 XX Nov 2017
1.8.1 04 Nov 2017
.............................
* Fix for issue 31, MySQL numeric password breaks pg_chameleon `Issue #34 <https://github.com/the4thdoctor/pg_chameleon/issues/31>`_
* Fix for issue 31, MySQL numeric password breaks pg_chameleon `Issue #31 <https://github.com/the4thdoctor/pg_chameleon/issues/31>`_
* Fix for issue 32, pg Schema name upper case is dropped to lowercase in init_replica `Issue #32 <https://github.com/the4thdoctor/pg_chameleon/issues/32>`_
* Fix for issue 34, Missing escape for table names `Issue #34 <https://github.com/the4thdoctor/pg_chameleon/issues/34>`_

Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
RELEASE NOTES
*************************

Version 1.8.1
--------------------------
The version 1.8.1 is the bugfix for the final release 1.8 of the version 1.
Several bugfixes come with this release involving wrong escape and not sanitised types in the MySQL connection string.

The version 1 is not actively developed anymore and will reach the end of life when the version 2 will release a stable version.



Version 1.8
--------------------------
The version 1.8 fixes a wrong check when evaluating if the threads are alive.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# The short X.Y version.
version = u'1.8'
# The full version, including alpha/beta/rc tags.
release = u'v1.8'
release = u'v1.8.1'

# 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 @@ -37,7 +37,7 @@

setup(
name="pg_chameleon",
version="v1.8",
version="v1.8.1",
description="MySQL to PostgreSQL replica and migration",
long_description=""" pg_chameleon is a tool for replicating from MySQL to PostgreSQL compatible with Python 2.7 and Python 3.3+.
The system use the library mysql-replication to pull the row images from MySQL which are transformed into a jsonb object.
Expand Down

0 comments on commit 59b623e

Please sign in to comment.