Skip to content

Commit

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

Change-Id: I9dab1dc62e41cdb4143a3c8083e65c4b13a22eb4
  • Loading branch information
markmc committed Jan 31, 2013
1 parent c1170aa commit e5d0f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nova/version.py
Expand Up @@ -14,9 +14,9 @@
# License for the specific language governing permissions and limitations
# under the License.

NOVA_VERSION = ['2012', '2', '3']
NOVA_VERSION = ['2012', '2', '4']
YEAR, COUNT, REVISION = NOVA_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 e5d0f4b

Please sign in to comment.