diff options
author | Thierry Carrez <thierry@openstack.org> | 2012-09-19 08:24:28 +0200 |
---|---|---|
committer | Thierry Carrez <thierry@openstack.org> | 2012-09-19 08:24:28 +0200 |
commit | f1189f4774e469e39097e4d10159425a9ed40757 (patch) | |
tree | fff721c1a138db980bf38a6fcea2da73d3512413 /nova/version.py | |
parent | a5dc49c1e2d3173a0d336beb260bacad7441d99a (diff) | |
download | nova-f1189f4774e469e39097e4d10159425a9ed40757.tar.gz |
Bump version to 2013.1
Bump version to 2013.1 on master branch to open Grizzly development
Change-Id: Ie1632784c458b62b99321a0ba3a4d614672735b2
Diffstat (limited to 'nova/version.py')
-rw-r--r-- | nova/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/version.py b/nova/version.py index bf20681961..ad76708496 100644 --- a/nova/version.py +++ b/nova/version.py @@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations # under the License. -NOVA_VERSION = ['2012', '2', None] +NOVA_VERSION = ['2013', '1', None] YEAR, COUNT, REVISION = NOVA_VERSION FINAL = False # This becomes true at Release Candidate time |