This commit is contained in:
Ilan Steemers
2015-10-28 12:15:01 +01:00
parent 40e6e319b2
commit ae74521021
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from django import get_version
myPath = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, myPath)
VERSION = (0, 7, 10)
VERSION = (0, 7, 11)
default_app_config = 'django_q.apps.DjangoQConfig'
+1 -1
View File
@@ -26,7 +26,7 @@ class PyTest(Command):
setup(
name='django-q',
version='0.7.10',
version='0.7.11',
author='Ilan Steemers',
author_email='koed0@gmail.com',
keywords='django distributed task queue worker scheduler cron redis disque ironmq sqs orm mongodb multiprocessing',