Skip to content

Commit

Permalink
Preparing v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Aug 4, 2015
1 parent 7fed9b1 commit 77395ac
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 @@ -9,6 +9,6 @@
from .cluster import Cluster
from .monitor import Stat

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

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.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.5'
release = '0.4.6'

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

0 comments on commit 77395ac

Please sign in to comment.