bumping to version 0.2.2

This commit is contained in:
Ilan Steemers
2015-07-07 20:22:59 +02:00
parent 4ee47fc38f
commit 79d254317c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from .tasks import async, schedule, result, fetch
from .models import Task, Schedule
VERSION = (0, 2, 1)
VERSION = (0, 2, 2)
default_app_config = 'django_q.apps.DjangoQConfig'
+1 -1
View File
@@ -26,7 +26,7 @@ class PyTest(Command):
setup(
name='django-q',
version='0.2.1.1',
version='0.2.2',
author='Ilan Steemers',
author_email='koed00@gmail.com',
packages=['django_q'],