From: Thierry Carrez Date: Fri, 28 Sep 2012 14:21:33 +0000 (+0200) Subject: Bump next version to 2012.2.1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7a158d2e29b939f0fa25f46afae09c8a8eb1f336;p=openstack-build%2Fcinder-build.git Bump next version to 2012.2.1 Open stable/folsom by bumping next version to 2012.2.1. Change-Id: If60a8e714ba78c8d9bfcc5f07d9abaea5c4cf785 --- diff --git a/cinder/version.py b/cinder/version.py index afec39147..171261e5e 100644 --- a/cinder/version.py +++ b/cinder/version.py @@ -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():