Getting ready for 0.4.0

This commit is contained in:
Ilan
2015-07-19 16:25:06 +02:00
parent dee0f86b93
commit 8200e45bd6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ from .tasks import async, schedule, result, result_group, fetch, fetch_group, co
from .models import Task, Schedule, Success, Failure
from .cluster import Cluster
VERSION = (0, 3, 6)
VERSION = (0, 4, 0)
default_app_config = 'django_q.apps.DjangoQConfig'
+2 -2
View File
@@ -70,9 +70,9 @@ author = 'Ilan Steemers'
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3.6'
release = '0.4.0'
# 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.3.6',
version='0.4.0',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis multiprocessing',