Navigation Menu

Skip to content

Commit

Permalink
update for release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
the4thdoctor committed Jan 12, 2018
1 parent 691abd6 commit c6a2166
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,5 +1,11 @@
changelog
*************************
2.0.1 XX January 2018
............................................
* Fix for issue #58. Improve the read replica performance by filtering the row images when ``limit_tables/skip_tables`` are set.
* Make the ``read_replica_stream`` method private.


2.0.0 01 January 2018
............................................
* Add option ``--rollbar-level`` to set the maximum level for the messages to be sent to rollbar. Accepted values: "critical", "error", "warning", "info". The Default is "info".
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2016,2017,2018 Federico Campoli
Copyright (c) 2016-2018 Federico Campoli
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -13,7 +13,7 @@
.. image:: https://api.travis-ci.org/the4thdoctor/pg_chameleon.svg?branch=ver2.0
:target: https://travis-ci.org/the4thdoctor/pg_chameleon

pg_chameleon v2.0.0 `is available on pypi <https://pypi.python.org/pypi/pg_chameleon>`_
pg_chameleon v2.0.1 `is available on pypi <https://pypi.python.org/pypi/pg_chameleon>`_

Please report any issue at `https://github.com/the4thdoctor/pg_chameleon/issues <https://github.com/the4thdoctor/pg_chameleon/issues>`_

Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.rst
@@ -1,5 +1,8 @@
RELEASE NOTES
*************************
2.0.1
--------------------------

2.0.0
--------------------------
This stable release consists of the same code of the RC1 with few usability improvements.
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -57,17 +57,17 @@

# General information about the project.
project = u'pg_chameleon'
copyright = u'2016,2017,2018 Federico Campoli'
copyright = u'2016-2018 Federico Campoli'
author = u'Federico Campoli'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'2.0.0'
version = u'2.0.1'
# The full version, including alpha/beta/rc tags.
release = u'v2.0.0'
release = u'v2.0.1'

# The language for content autgenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@

setup(
name="pg_chameleon",
version="2.0.0",
version="2.0.1",
description="MySQL to PostgreSQL replica and migration",
long_description=""" pg_chameleon is a tool for replicating from MySQL to PostgreSQL compatible with 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 c6a2166

Please sign in to comment.