Upped version to 0.1.4

This commit is contained in:
Ilan Steemers
2015-07-01 13:39:05 +02:00
parent 77ac481ee2
commit 1d92b13388
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, schedule
VERSION = (0, 1, 3)
VERSION = (0, 1, 4)
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.3',
version='0.1.4',
author='Ilan Steemers',
author_email='koed00@gmail.com',
packages=['django_q'],