Skip to content

Commit

Permalink
Bump version: 0.2.59 → 0.2.60
Browse files Browse the repository at this point in the history
  • Loading branch information
wooyek committed Apr 17, 2019
1 parent 0a2a10c commit dc411dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.59
current_version = 0.2.60
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion django_tasker/__init__.py
@@ -1 +1 @@
__version__ = "0.2.59"
__version__ = "0.2.60"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@ def requirements(path):
with io.open("README.rst", encoding="UTF-8") as readme:
long_description = readme.read()

version = "0.2.59"
version = "0.2.60"

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

0 comments on commit dc411dd

Please sign in to comment.