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
flopezag committed Nov 20, 2019
1 parent b3e9eb1 commit 409f41a
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.0
current_version = 1.2.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

__author__ = 'Fernando López'

__version__ = '1.1.0'
__version__ = '1.2.0'


"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='fiware-user-creation',
version='1.1.0',
version='1.2.0',
packages=find_packages(exclude=['tests*']),
install_requires=requirements_list,
url='https://github.com/flopezag/fiware-user-creation',
Expand Down

0 comments on commit 409f41a

Please sign in to comment.