This commit is contained in:
Ilan Steemers
2015-09-17 20:19:20 +02:00
parent 2b543635c1
commit a30e5d2c28
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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'),
]