Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whikernel committed Dec 31, 2021
1 parent 4661549 commit aa3d534
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.2.0
current_version = 1.2.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion source/app/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class CeleryConfig():
class Config():

# Handled by bumpversion
IRIS_VERSION = "v1.2.0"
IRIS_VERSION = "v1.2.1"

if os.environ.get('IRIS_WORKER') is None:
CSRF_ENABLED = True
Expand Down
2 changes: 1 addition & 1 deletion source/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='IrisWebApp',
version='v1.2.0',
version='v1.2.1',
packages=['app', 'app.models', 'app.blueprints', 'app.blueprints.case', 'app.blueprints.login',
'app.blueprints.tasks', 'app.blueprints.manage', 'app.blueprints.search',
'app.blueprints.context', 'app.blueprints.profile', 'app.blueprints.reports',
Expand Down

0 comments on commit aa3d534

Please sign in to comment.