Skip to content

Commit

Permalink
Getting ready for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jul 19, 2015
1 parent dee0f86 commit 8200e45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django_q/__init__.py
Expand Up @@ -8,6 +8,6 @@
from .models import Task, Schedule, Success, Failure
from .cluster import Cluster

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

default_app_config = 'django_q.apps.DjangoQConfig'
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -70,9 +70,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3.6'
release = '0.4.0'

# 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.6',
version='0.4.0',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis multiprocessing',
Expand Down

0 comments on commit 8200e45

Please sign in to comment.