bumping to version 0.3.2

This commit is contained in:
Ilan Steemers
2015-07-09 20:30:02 +02:00
parent e62fd1ee70
commit dfd36e1b39
3 changed files with 3 additions and 3 deletions

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, 1)
VERSION = (0, 3, 2)
default_app_config = 'django_q.apps.DjangoQConfig'

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.1'
release = '0.3.2'
# 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.3.1',
version='0.3.2',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis multiprocessing',