diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 23f10b7c..1b2d7a41 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -38,16 +38,11 @@ master_doc = 'index' project = u'Saharaclient Release Notes' copyright = u'2015, Sahara 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 saharaclient.version import version_info as saharaclient_version +# Release notes are version independent. # The full version, including alpha/beta/rc tags. -release = saharaclient_version.version_string_with_vcs() +release = '' # The short X.Y version. -version = saharaclient_version.canonical_version_string() +version = '' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.