Skip to content

Commit

Permalink
stamp v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
the4thdoctor committed May 25, 2017
1 parent 1152ade commit c292079
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ changelog
*************************


1.2 - XX May 2017
1.2 - 25 May 2017
...........................................
* fix deadlock when replicating from multiple sources:
* add source id when cleaning batches
Expand All @@ -12,6 +12,7 @@ changelog
* exclude ddl when coming from schemas different from the one replicated
* fix wrong quoting when capturing primary key inline
* add error handling in read_replica
* move the version view management in the pg_engine code

1.1 - 13 May 2017
...........................................
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.1'
version = u'1.2'
# The full version, including alpha/beta/rc tags.
release = u'v1.1'
release = u'v1.2'

# 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.1",
version="v1.2",
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 c292079

Please sign in to comment.