Rev 4982: Update version markers for 2.1.0rc1 in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-dev
John Arbash Meinel
john at arbash-meinel.com
Thu Jan 21 20:10:54 GMT 2010
At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-dev
------------------------------------------------------------
revno: 4982
revision-id: john at arbash-meinel.com-20100121201030-b7albw78182jpr31
parent: pqm at pqm.ubuntu.com-20100121175458-17l0cvckbrf93eea
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0rc1-dev
timestamp: Thu 2010-01-21 14:10:30 -0600
message:
Update version markers for 2.1.0rc1
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2010-01-21 17:54:58 +0000
+++ b/NEWS 2010-01-21 20:10:30 +0000
@@ -5,11 +5,11 @@
.. contents:: List of Releases
:depth: 1
-bzr 2.1.0rc1 (not released yet)
-###############################
+bzr 2.1.0rc1
+############
:Codename: the 'new' stable
-:2.1.0rc1: 2009-01-06 (expected)
+:2.1.0rc1: 2009-01-21
Compatibility Breaks
********************
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2009-12-15 19:59:00 +0000
+++ b/bzrlib/__init__.py 2010-01-21 20:10:30 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2006, 2007, 2008, 2009 Canonical Ltd
+# Copyright (C) 2005-2010 Canonical Ltd
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@
# Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
# releaselevel of 'dev' for unreleased under-development code.
-version_info = (2, 1, 0, 'dev', 5)
+version_info = (2, 1, 0, 'candidate', 1)
# API compatibility version: bzrlib is currently API compatible with 1.15.
api_minimum_version = (2, 1, 0)
More information about the bazaar-commits
mailing list