v0.6.4 coming up

This commit is contained in:
Ilan Steemers
2015-09-10 14:49:05 +02:00
parent 793c0a0d6a
commit 991cf48416
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ from .models import Task, Schedule, Success, Failure
from .cluster import Cluster
from .status import Stat
VERSION = (0, 6, 3)
VERSION = (0, 6, 4)
default_app_config = 'django_q.apps.DjangoQConfig'
+1 -1
View File
@@ -72,7 +72,7 @@ author = 'Ilan Steemers'
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.3'
release = '0.6.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 -1
View File
@@ -26,7 +26,7 @@ class PyTest(Command):
setup(
name='django-q',
version='0.6.3',
version='0.6.4',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis disque multiprocessing',