Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Renan Ivo committed Aug 20, 2019
1 parent 84c2970 commit 7a1b6d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion ramos/__init__.py
Expand Up @@ -2,6 +2,6 @@

from .compat import configure

__version__ = '1.1.0'
__version__ = '1.2.0'

__all__ = ('configure',)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name='ramos',
version='1.1.0',
version='1.2.0',
description=(
'Generic backend pool '
),
Expand Down

0 comments on commit 7a1b6d0

Please sign in to comment.