Rev 2464: Prepare 0.16rc1 in http://sourcefrog.net/bzr/0.16-release
Martin Pool
mbp at sourcefrog.net
Thu Apr 26 11:58:40 BST 2007
At http://sourcefrog.net/bzr/0.16-release
------------------------------------------------------------
revno: 2464
revision-id: mbp at sourcefrog.net-20070426105838-f54z8279m88bl6ea
parent: pqm at pqm.ubuntu.com-20070426104148-4l5wq2zemlzv0shg
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: 0.16-release
timestamp: Thu 2007-04-26 20:58:38 +1000
message:
Prepare 0.16rc1
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
=== modified file 'NEWS'
--- a/NEWS 2007-04-26 09:07:38 +0000
+++ b/NEWS 2007-04-26 10:58:38 +0000
@@ -1,4 +1,4 @@
-IN DEVELOPMENT
+bzr 0.16rc1 2007-04-26
NOTES WHEN UPGRADING:
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2007-04-01 06:19:16 +0000
+++ b/bzrlib/__init__.py 2007-04-26 10:58:38 +0000
@@ -35,7 +35,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 = (0, 16, 0, 'dev', 0)
+version_info = (0, 16, 0, 'candidate', 1)
if version_info[3] == 'final':
version_string = '%d.%d.%d' % version_info[:3]
More information about the bazaar-commits
mailing list