s/canonical_version/canonical_version_string/g

This commit is contained in:
Soren Hansen
2011-01-08 00:02:24 +01:00
parent 4c7d0f7bec
commit 6009e9413a
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ from nova import version as nova_version
# The full version, including alpha/beta/rc tags.
release = nova_version.version()
# The short X.Y version.
version = nova_version.canonical_version()
version = nova_version.canonical_version_string()
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.