Fix version import in releasenotes

Change Ia46c1eea29678824a5934d846a08dbe52f5058d0 reworked the version
information to make it available internally, forgot to update
releasenotes/source/conf.py

Change-Id: I03d745beb18350e77fe688681e86da6c12882d1a
This commit is contained in:
Dean Troyer 2016-11-09 12:01:21 -06:00
parent 5482f52612
commit 9e7e8afcde
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ copyright = u'2016, osc-lib Developers'
# built documents.
#
# The short X.Y version.
from osc_lib import version_info as osc_lib_version
from osc_lib.version import version_info as osc_lib_version
# The full version, including alpha/beta/rc tags.
release = osc_lib_version.version_string_with_vcs()
# The short X.Y version.