|
@@ -55,7 +55,7 @@ copyright = u'2009, Ask Solem'
|
|
# The short X.Y version.
|
|
# The short X.Y version.
|
|
version = ".".join(map(str, celery.VERSION[0:2]))
|
|
version = ".".join(map(str, celery.VERSION[0:2]))
|
|
# The full version, including alpha/beta/rc tags.
|
|
# The full version, including alpha/beta/rc tags.
|
|
-release = celery.__version__
|
|
|
|
|
|
+release = celery.version_with_meta()
|
|
|
|
|
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
# for a list of supported languages.
|
|
# for a list of supported languages.
|