Skip to content

Commit dd520c7

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove setting of version/release from releasenotes"
2 parents 5c8faaf + a4a4f3b commit dd520c7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

releasenotes/source/conf.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,11 @@
4646
project = u'Nova Client Release Notes'
4747
copyright = u'2015, Nova developers'
4848

49-
# The version info for the project you're documenting, acts as replacement for
50-
# |version| and |release|, also used in various other places throughout the
51-
# built documents.
52-
#
53-
import pbr.version
54-
nova_version = pbr.version.VersionInfo('python-novaclient')
49+
# Release notes are version independent.
5550
# The short X.Y version.
56-
version = nova_version.canonical_version_string()
51+
version = ''
5752
# The full version, including alpha/beta/rc tags.
58-
release = nova_version.version_string_with_vcs()
53+
release = ''
5954

6055
# The language for content autogenerated by Sphinx. Refer to documentation
6156
# for a list of supported languages.

0 commit comments

Comments
 (0)