This commit is contained in:
Ilan
2015-08-05 21:49:10 +02:00
parent de5d0f2725
commit c22b98e202
3 changed files with 4 additions and 4 deletions

View File

@@ -9,6 +9,6 @@ from .models import Task, Schedule, Success, Failure
from .cluster import Cluster
from .monitor import Stat
VERSION = (0, 4, 6)
VERSION = (0, 5, 0)
default_app_config = 'django_q.apps.DjangoQConfig'

View File

@@ -70,9 +70,9 @@ author = 'Ilan Steemers'
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.6'
release = '0.5.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -26,7 +26,7 @@ class PyTest(Command):
setup(
name='django-q',
version='0.4.6',
version='0.5.0',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis multiprocessing',