Skip to content

Commit c1170aa

Browse files
committed
Final versioning for 2012.2.3
Change-Id: Ic83a1c1617ad74b931f54f1755bc9dcecfe2c527
1 parent 317cc0a commit c1170aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nova/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
NOVA_VERSION = ['2012', '2', '3']
1818
YEAR, COUNT, REVISION = NOVA_VERSION
19-
FINAL = False # This becomes true at Release Candidate time
19+
FINAL = True # This becomes true at Release Candidate time
2020

2121

2222
def canonical_version_string():

0 commit comments

Comments
 (0)