mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-26 01:48:12 +08:00
Bumping to 0.4.4
This commit is contained in:
@@ -9,6 +9,6 @@ from .models import Task, Schedule, Success, Failure
|
||||
from .cluster import Cluster
|
||||
from .monitor import Stat
|
||||
|
||||
VERSION = (0, 4, 3)
|
||||
VERSION = (0, 4, 4)
|
||||
|
||||
default_app_config = 'django_q.apps.DjangoQConfig'
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@ author = 'Ilan Steemers'
|
||||
# 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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user