diff --git a/doc/source/conf.py b/doc/source/conf.py index 368a686c3..996dfb0a7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -61,8 +61,9 @@ copyright = u'2010, United States Government as represented by the Administrator # built documents. # from nova import version as nova_version +#import nova.version # The full version, including alpha/beta/rc tags. -release = nova_version.version() +release = nova_version.version_string() # The short X.Y version. version = nova_version.canonical_version_string()