diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index c450f3a..7a7599f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -59,17 +59,12 @@ master_doc = 'index' project = u'oslo.middleware Release Notes' copyright = u'2016, oslo.middleware Developers' -# 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. -# -# The short X.Y version. -from oslo_middleware.version import version_info as oslo_middleware_version - +# Release notes do not need a version in the title, they span +# multiple versions. # The full version, including alpha/beta/rc tags. -release = oslo_middleware_version.version_string_with_vcs() +release = '' # The short X.Y version. -version = oslo_middleware_version.canonical_version_string() +version = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.