Skip to content

Commit

Permalink
Bump version: 1.1.1 → 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed Mar 1, 2017
1 parent 50fd2e1 commit a4b0946
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.1.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setup(
name='twindb_table_compare',
version='1.1.1',
version='1.1.2',
description="TwinDB Table Compare reads percona.checksums from the master "
"and slave and shows what records are difference "
"if there are any inconsistencies.",
Expand Down
2 changes: 1 addition & 1 deletion twindb_table_compare/__init__.py
Expand Up @@ -8,7 +8,7 @@

__author__ = 'Aleksandr Kuzminsky'
__email__ = 'aleks@twindb.com'
__version__ = '1.1.1'
__version__ = '1.1.2'

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit a4b0946

Please sign in to comment.