Rev 5342: (jam) Bump trunk to 2.3-dev1 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Jul 13 10:06:56 BST 2010
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 5342 [merge]
revision-id: pqm at pqm.ubuntu.com-20100713090648-fiw7vgel62e97c1l
parent: pqm at pqm.ubuntu.com-20100712161216-5pnegx2b5un1p5ka
parent: john at arbash-meinel.com-20100713074402-wp3oh7cyx76fkvmm
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2010-07-13 10:06:48 +0100
message:
(jam) Bump trunk to 2.3-dev1
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzr bzr.py-20050313053754-5485f144c7006fa6
bzrlib/__init__.py __init__.py-20050309040759-33e65acf91bbcd5d
=== modified file 'NEWS'
--- a/NEWS 2010-07-12 13:18:04 +0000
+++ b/NEWS 2010-07-13 07:44:02 +0000
@@ -5,6 +5,37 @@
.. contents:: List of Releases
:depth: 1
+bzr 2.3b1
+#########
+
+:Codename: ???
+:2.3b1: NOT RELEASED YET
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+
+Improvements
+************
+
+Documentation
+*************
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
+
bzr 2.2rc1
##########
=== modified file 'bzr'
--- a/bzr 2010-06-22 22:40:29 +0000
+++ b/bzr 2010-07-13 07:44:02 +0000
@@ -23,7 +23,7 @@
import warnings
# update this on each release
-_script_version = (2, 2, 0)
+_script_version = (2, 3, 0)
try:
version_info = sys.version_info
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2010-07-12 13:18:04 +0000
+++ b/bzrlib/__init__.py 2010-07-13 07:44:02 +0000
@@ -52,7 +52,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, 2, 0, 'dev', 5)
+version_info = (2, 3, 0, 'dev', 1)
# API compatibility version
api_minimum_version = (2, 2, 0)
More information about the bazaar-commits
mailing list