Match version entry in __init__ with setup.cfg
The name listed in setup.cfg is the key and needs to match what's in __init__.py. Change-Id: Icf0cfed5ed79bf5e96c94e81cf70f7769ff5b498
This commit is contained in:
parent
cf9093ec58
commit
375e772a6e
@ -16,4 +16,4 @@ import pbr.version
|
||||
|
||||
|
||||
__version__ = pbr.version.VersionInfo(
|
||||
'devstack').version_string()
|
||||
'devstack-tools').version_string()
|
||||
|
Loading…
Reference in New Issue
Block a user