diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 3f7d764..e5e414f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -55,16 +55,12 @@ master_doc = 'index' project = u'oslosphinx Release Notes' copyright = u'2016, oslosphinx 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. +# Release notes do not need a version in the title, they span +# multiple versions. # The full version, including alpha/beta/rc tags. -import pkg_resources -release = pkg_resources.get_distribution('oslosphinx').version +release = '' # The short X.Y version. -version = release +version = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.