Skip to content

Commit

Permalink
version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jul 12, 2015
1 parent 5c3ecc6 commit 259f645
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_q/__init__.py
Expand Up @@ -7,6 +7,6 @@
from .tasks import async, schedule, result, fetch
from .models import Task, Schedule

VERSION = (0, 3, 3)
VERSION = (0, 3, 4)

default_app_config = 'django_q.apps.DjangoQConfig'
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -72,7 +72,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.3.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.3.3',
version='0.3.4',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis multiprocessing',
Expand Down

0 comments on commit 259f645

Please sign in to comment.