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:
parent
5482f52612
commit
9e7e8afcde
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user