]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Bump next version to 2012.2.1
authorThierry Carrez <thierry@openstack.org>
Fri, 28 Sep 2012 14:21:33 +0000 (16:21 +0200)
committerThierry Carrez <thierry@openstack.org>
Fri, 28 Sep 2012 14:21:33 +0000 (16:21 +0200)
Open stable/folsom by bumping next version to 2012.2.1.

Change-Id: If60a8e714ba78c8d9bfcc5f07d9abaea5c4cf785

cinder/version.py

index afec39147cc8b868d9fb699458128fda59982ee9..171261e5eee6519e3181ea51ced307452078a46f 100644 (file)
@@ -14,9 +14,9 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-CINDER_VERSION = ['2012', '2', None]
+CINDER_VERSION = ['2012', '2', '1']
 YEAR, COUNT, REVISION = CINDER_VERSION
-FINAL = True   # This becomes true at Release Candidate time
+FINAL = False   # This becomes true at Release Candidate time
 
 
 def canonical_version_string():