Skip to content

Commit

Permalink
Bump version: 1.4.4 → 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
whikernel committed Jun 9, 2022
1 parent 3ed563f commit 5910824
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.4.4
current_version = 1.4.5
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 @@ -72,7 +72,7 @@ class CeleryConfig():
class Config():

# Handled by bumpversion
IRIS_VERSION = "v1.4.4"
IRIS_VERSION = "v1.4.5"

API_MIN_VERSION = "1.0.1"
API_MAX_VERSION = "1.0.4"
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.4.4',
version='v1.4.5',
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 5910824

Please sign in to comment.