Enable tag-based full version reporting via pbr
Modified barbican/version.py to set __version__ to the full version rather than a shortened version as before. Change-Id: Id312d5c92b18143e77e6d8917248674c6ed76bc8
This commit is contained in:
@@ -16,4 +16,4 @@
|
||||
import pbr.version
|
||||
|
||||
version_info = pbr.version.VersionInfo('barbican')
|
||||
__version__ = version_info.version_string()
|
||||
__version__ = version_info.release_string()
|
||||
|
||||
Reference in New Issue
Block a user