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.
|
||||
from moniker.openstack.common import version as common_version
|
||||
|
||||
PRE_VERSION = '2013.1'
|
||||
version_info = common_version.VersionInfo('moniker', pre_version=PRE_VERSION)
|
||||
version_info = common_version.VersionInfo('moniker')
|
||||
|
Loading…
Reference in New Issue
Block a user