diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 5da50dd..65b59f2 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -51,16 +51,12 @@ master_doc = 'index' project = u'Coverage2sql Release Notes' copyright = u'2016, Coverage2sql 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. -# -from pbr import version - +# Release notes do not need a version in the title, they span +# multiple versions. # The full version, including alpha/beta/rc tags. -release = version.VersionInfo('coverage2sql').version_string_with_vcs() +release = '' # The short X.Y version. -version = version.VersionInfo('coverage2sql').canonical_version_string() +version = '' # The language for content autogenerated by Sphinx. Refer to documentation