Skip to content

Commit

Permalink
New release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jun 30, 2015
1 parent dd56a8c commit 6ffd845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_q/__init__.py
@@ -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'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def run(self):

setup(
name='django-q',
version='0.1.1',
version='0.1.2',
author='Ilan Steemers',
author_email='koed00@gmail.com',
packages=['django_q'],
Expand Down

0 comments on commit 6ffd845

Please sign in to comment.