version 0.3.4

This commit is contained in:
Ilan
2015-07-12 20:26:02 +02:00
parent 5c3ecc6a6b
commit 259f645b12
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ sys.path.insert(0, myPath)
from .tasks import async, schedule, result, fetch
from .models import Task, Schedule
VERSION = (0, 3, 3)
VERSION = (0, 3, 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.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.3.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.3.3',
version='0.3.4',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis multiprocessing',