sets version 0.2.0

This commit is contained in:
Ilan Steemers
2015-07-03 15:35:49 +02:00
parent 27cfe5eb86
commit f7f3626a03
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, 1, 4)
VERSION = (0, 2, 0)
default_app_config = 'django_q.apps.DjangoQConfig'
+1 -1
View File
@@ -26,7 +26,7 @@ class PyTest(Command):
setup(
name='django-q',
version='0.1.4.1',
version='0.2.0',
author='Ilan Steemers',
author_email='koed00@gmail.com',
packages=['django_q'],