Skip to content

Commit

Permalink
Bump version to 2012.1.3
Browse files Browse the repository at this point in the history
Set version to 2012.1.3, but with final=False

See http://wiki.openstack.org/StableBranchRelease

Change-Id: I2ce631bbe78d338df5ed08106df9e383f227b127
  • Loading branch information
markmc committed Aug 10, 2012
1 parent a9fa183 commit 120fcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glance/version.py
Expand Up @@ -21,10 +21,10 @@
'revision_id': 'LOCALREVISION',
'revno': 0}

GLANCE_VERSION = ['2012', '1', '2']
GLANCE_VERSION = ['2012', '1', '3']
YEAR, COUNT, REVSISION = GLANCE_VERSION

FINAL = True # This becomes true at Release Candidate time
FINAL = False # This becomes true at Release Candidate time


def canonical_version_string():
Expand Down

0 comments on commit 120fcf4

Please sign in to comment.