Skip to content

Commit

Permalink
Bump version: 0.14.4 → 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Apr 21, 2018
1 parent e69fb9c commit 219a797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.4
current_version = 0.14.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup

version = '0.14.4'
version = '0.14.5'

if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
Expand Down
2 changes: 1 addition & 1 deletion teryt_tree/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.14.4'
__version__ = '0.14.5'
default_app_config = 'teryt_tree.apps.TerytTreeConfig'

0 comments on commit 219a797

Please sign in to comment.