Set new version to open Grizzly development

Set version to 2013.1 on master to open Grizzly development.

Change-Id: Iab3d2fd0c3844504ad545774374d89a32e5ac11c
This commit is contained in:
Thierry Carrez 2012-09-12 00:07:00 +02:00
parent aaf36cbe29
commit 97923179b3

View File

@ -17,6 +17,6 @@
from glance.openstack.common import version as common_version
NEXT_VERSION = '2012.2'
NEXT_VERSION = '2013.1'
version_info = common_version.VersionInfo('glance',
pre_version=NEXT_VERSION)