Skip to content

Commit

Permalink
Bump version: 1.1.1 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwebbie committed Jan 31, 2016
1 parent b5b40cc commit d07b43c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.2.0
commit = True
tag = False

2 changes: 1 addition & 1 deletion passpie/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .history import clone


__version__ = "1.1.1"
__version__ = "1.2.0"
pass_db = click.make_pass_decorator(Database, ensure=False)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from distutils.core import setup, Command, find_packages


__version__ = "1.1.1"
__version__ = "1.2.0"
long_description = open('README.rst').read() + "\n\n"


Expand Down

0 comments on commit d07b43c

Please sign in to comment.