summaryrefslogtreecommitdiff
path: root/releasenotes/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/source/conf.py')
-rw-r--r--releasenotes/source/conf.py11
1 files changed, 3 insertions, 8 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 214bcef..b27aa96 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -34,8 +34,6 @@
import datetime
-from swiftclient import __version__
-
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
@@ -70,14 +68,11 @@ master_doc = 'index'
project = u'Swift Client Release Notes'
copyright = u'%d, OpenStack Foundation' % datetime.datetime.now().year
-# The version info for the project you're documenting, acts as replacement for
-# |version| and |release|, also used in various other places throughout the
-# built documents.
-#
+# Release notes are version independent.
# The short X.Y version.
-version = __version__.rsplit('.', 1)[0]
+version = ''
# The full version, including alpha/beta/rc tags.
-release = __version__
+release = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.