mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 21:47:53 +08:00
v0.7.2
This commit is contained in:
@@ -9,6 +9,6 @@ from .models import Task, Schedule, Success, Failure
|
||||
from .cluster import Cluster
|
||||
from .status import Stat
|
||||
|
||||
VERSION = (0, 7, 1)
|
||||
VERSION = (0, 7, 2)
|
||||
|
||||
default_app_config = 'django_q.apps.DjangoQConfig'
|
||||
|
||||
@@ -72,7 +72,7 @@ author = 'Ilan Steemers'
|
||||
# The short X.Y version.
|
||||
version = '0.7'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.7.1'
|
||||
release = '0.7.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
@@ -302,7 +302,7 @@ man_pages = [
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
(master_doc, 'DjangoQ', 'Django Q Documentation',
|
||||
author, 'DjangoQ', 'One line description of project.',
|
||||
author, 'DjangoQ', 'A multiprocessing distributed task queue for Django.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
|
||||
4
setup.py
4
setup.py
@@ -26,9 +26,9 @@ class PyTest(Command):
|
||||
|
||||
setup(
|
||||
name='django-q',
|
||||
version='0.7.1',
|
||||
version='0.7.2',
|
||||
author='Ilan Steemers',
|
||||
author_email='koed00@gmail.com',
|
||||
author_email='koed0@gmail.com',
|
||||
keywords='django distributed task queue worker redis disque ironmq sqs orm multiprocessing',
|
||||
packages=['django_q'],
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user