Skip to content

Commit

Permalink
Bump version: 0.2.55 → 0.2.56
Browse files Browse the repository at this point in the history
  • Loading branch information
wooyek committed Jun 9, 2017
1 parent 62f1ba0 commit 582dab8
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 = 0.2.55
current_version = 0.2.56
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion django_tasker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.55"
__version__ = "0.2.56"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
with io.open("README.rst", encoding="UTF-8") as readme:
long_description = readme.read()

version = "0.2.55"
version = "0.2.56"

setup_kwargs = {
'name': "django-tasker",
Expand Down

0 comments on commit 582dab8

Please sign in to comment.