fix versioning scheme for openstack import

This commit is contained in:
Phil Bridges 2016-06-06 17:09:57 -05:00
parent e7210dfb6e
commit 6017c03c51

View File

@ -44,7 +44,7 @@ class PkgInfo(object):
# Change the Package version here
_pkginfo = PkgInfo(canonical_version='2.5.0',
release='1',
release='0',
name='swiftonhpss',
final=False)
__version__ = _pkginfo.pretty_version