Skip to content

Commit

Permalink
Getting ready for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Sep 14, 2015
1 parent a9f73bf commit 9b7c76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_q/__init__.py
Expand Up @@ -9,6 +9,6 @@
from .cluster import Cluster
from .status import Stat

VERSION = (0, 6, 4)
VERSION = (0, 7, 0)

default_app_config = 'django_q.apps.DjangoQConfig'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def run(self):

setup(
name='django-q',
version='0.6.4',
version='0.7.0',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis disque multiprocessing',
Expand Down

0 comments on commit 9b7c76b

Please sign in to comment.