diff options
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 356b89e..19bc85c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -57,9 +57,9 @@ copyright = u'2013 OpenStack, LLC.' # |version| and |release|, also used in various other places throughout the # built documents. # -from swiftclient.version import version_info as swiftclient_version -release = swiftclient_version.version_string() -version = swiftclient_version.version_string() +import swiftclient.version +release = swiftclient.version.version_string +version = swiftclient.version.version_string # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |