Rev 4846: (lifeless) Open 2.1.3. (Robert Collins) in file:///home/pqm/archives/thelove/bzr/2.1/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu May 27 20:58:11 BST 2010


At file:///home/pqm/archives/thelove/bzr/2.1/

------------------------------------------------------------
revno: 4846 [merge]
revision-id: pqm at pqm.ubuntu.com-20100527195811-iuxqt412tjq9ldio
parent: pqm at pqm.ubuntu.com-20100527165824-blsinv7oywcaezy7
parent: robertc at robertcollins.net-20100527181839-apuvtfz15al2fkmv
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: 2.1
timestamp: Thu 2010-05-27 20:58:11 +0100
message:
  (lifeless) Open 2.1.3. (Robert Collins)
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzr                            bzr.py-20050313053754-5485f144c7006fa6
  bzrlib/__init__.py             __init__.py-20050309040759-33e65acf91bbcd5d
=== modified file 'NEWS'
--- a/NEWS	2010-05-27 16:23:12 +0000
+++ b/NEWS	2010-05-27 18:18:39 +0000
@@ -5,6 +5,36 @@
 .. contents:: List of Releases
    :depth: 1
 
+bzr 2.1.3
+#########
+
+:Codename: Do run run
+:2.1.3: NOT RELEASED YET
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+
+Improvements
+************
+
+Documentation
+*************
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
 bzr 2.1.2
 #########
 

=== modified file 'bzr'
--- a/bzr	2010-05-27 16:23:12 +0000
+++ b/bzr	2010-05-27 18:18:39 +0000
@@ -23,7 +23,7 @@
 import warnings
 
 # update this on each release
-_script_version = (2, 1, 2)
+_script_version = (2, 1, 3)
 
 if __doc__ is None:
     print "bzr does not support python -OO."

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2010-05-27 16:23:12 +0000
+++ b/bzrlib/__init__.py	2010-05-27 18:18:39 +0000
@@ -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, 2, 'final', 0)
+version_info = (2, 1, 3, 'dev', 0)
 
 # 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