New release 0.1.2

This commit is contained in:
Ilan Steemers
2015-06-30 11:14:41 +02:00
parent dd56a8cfa4
commit 6ffd8452cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from django_q.models import Task, Schedule
from django_q.core import async
VERSION = (0, 1, 1)
VERSION = (0, 1, 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.1.1',
version='0.1.2',
author='Ilan Steemers',
author_email='koed00@gmail.com',
packages=['django_q'],