Rev 2817: Update for 0.91rc2 in http://sourcefrog.net/bzr/0.91-integration
Martin Pool
mbp at sourcefrog.net
Tue Sep 11 09:05:14 BST 2007
At http://sourcefrog.net/bzr/0.91-integration
------------------------------------------------------------
revno: 2817
revision-id: mbp at sourcefrog.net-20070911080513-wyvsvi910c2bnht5
parent: mbp at sourcefrog.net-20070911080310-fijxcn71as7upuk7
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: 0.91-integration
timestamp: Tue 2007-09-11 18:05:13 +1000
message:
Update for 0.91rc2
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
=== modified file 'NEWS'
--- a/NEWS 2007-09-11 07:12:31 +0000
+++ b/NEWS 2007-09-11 08:05:13 +0000
@@ -4,8 +4,14 @@
.. contents::
-bzr 0.91 2007-09-11
-===================
+bzr 0.91rc2 2007-09-11
+======================
+
+ * Replaced incorrect tarball for previous release; a debug statement was left
+ in bzrlib/remote.py.
+
+bzr 0.91rc1 2007-09-11
+======================
CHANGES:
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2007-09-11 07:12:31 +0000
+++ b/bzrlib/__init__.py 2007-09-11 08:05:13 +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, 91, 0, 'candidate', 1)
+version_info = (0, 91, 0, 'candidate', 2)
# API compatibility version: bzrlib is currently API compatible with 0.18.
api_minimum_version = (0, 18, 0)
More information about the bazaar-commits
mailing list