mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-27 02:18:11 +08:00
Getting ready for 0.4.0
This commit is contained in:
@@ -8,6 +8,6 @@ from .tasks import async, schedule, result, result_group, fetch, fetch_group, co
|
||||
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'
|
||||
|
||||
+2
-2
@@ -70,9 +70,9 @@ author = 'Ilan Steemers'
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user