Skip to content

Commit

Permalink
Bumping to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jul 27, 2015
1 parent f327563 commit c244075
Show file tree
Hide file tree
Showing 4 changed files with 4 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, 3)
VERSION = (0, 4, 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.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.3'
release = '0.4.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions docs/monitor.rst
Expand Up @@ -118,6 +118,7 @@ Reference
.. py:attribute:: task_q_size
The number of tasks currently in the task queue.
Turns green to indicate that the :ref:`queue_limit` had been reached.

.. py:attribute:: done_q_size
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.3',
version='0.4.4',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis multiprocessing',
Expand Down

0 comments on commit c244075

Please sign in to comment.