Ditch pre_version argument to oslo-version.
Change-Id: Ifda021830f0bd4d2d09c7e6b20421bd71ccccc80
This commit is contained in:
parent
b8b24209a9
commit
ca2330ec8e
@ -15,5 +15,4 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
from moniker.openstack.common import version as common_version
|
from moniker.openstack.common import version as common_version
|
||||||
|
|
||||||
PRE_VERSION = '2013.1'
|
version_info = common_version.VersionInfo('moniker')
|
||||||
version_info = common_version.VersionInfo('moniker', pre_version=PRE_VERSION)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user