diff options
| author | Soren Hansen <soren@linux2go.dk> | 2011-01-08 00:02:24 +0100 |
|---|---|---|
| committer | Soren Hansen <soren@linux2go.dk> | 2011-01-08 00:02:24 +0100 |
| commit | a29bba7e9f57b97085902fa97d17de32da8044cb (patch) | |
| tree | dded70ee5f6d3510389ae206a5254288280d89d5 /doc/source | |
| parent | 09a8b83c5fca2ba6ad250b0224b2297bff2306a2 (diff) | |
| download | nova-a29bba7e9f57b97085902fa97d17de32da8044cb.tar.gz nova-a29bba7e9f57b97085902fa97d17de32da8044cb.tar.xz nova-a29bba7e9f57b97085902fa97d17de32da8044cb.zip | |
s/canonical_version/canonical_version_string/g
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 20e9c88af..368a686c3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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. |
