Skip to content

Commit

Permalink
Merge "Bump version to 2012.1.1" into stable/essex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 14, 2012
2 parents 0c2b4f6 + a38d9ad commit c3376bb
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', '1', None]
NOVA_VERSION = ['2012', '1', '1']
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 c3376bb

Please sign in to comment.