diff options
author | Monty Taylor <mordred@inaugust.com> | 2013-01-10 08:24:47 +0000 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2013-01-14 03:29:22 -0800 |
commit | 8b80285da695e35133719669fc632aa83a512b6d (patch) | |
tree | a6f613a3296fc02dab421f42da6f66198b1aa361 /doc/source | |
parent | f65f96bc59599a855f9f2b2cdfa503a8cdb1f758 (diff) | |
download | python-swiftclient-8b80285da695e35133719669fc632aa83a512b6d.tar.gz |
Update to latest oslo version/setup.
Change-Id: I7bd38b950ef9fea8b6eaa1df599085a1c64d8b61
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index a82c1ed..b1baab4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -57,10 +57,8 @@ copyright = u'2012 OpenStack, LLC.' # built documents. # from swiftclient.version import version_info as swiftclient_version -# The full version, including alpha/beta/rc tags. release = swiftclient_version.version_string() -# The short X.Y version. -version = swiftclient_version.canonical_version_string() +version = swiftclient_version.version_string() # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |