Rev 5124: Open 2.2.5 for bugfixes in http://bazaar.launchpad.net/~vila/bzr/2.2-integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Feb 4 14:04:18 UTC 2011


At http://bazaar.launchpad.net/~vila/bzr/2.2-integration/

------------------------------------------------------------
revno: 5124
revision-id: v.ladeuil+lp at free.fr-20110204140418-56whknbvj2xo3yhb
parent: pqm at pqm.ubuntu.com-20110204121411-nh6ukc1ogrucz3r4
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 2.2.4-dev
timestamp: Fri 2011-02-04 15:04:18 +0100
message:
  Open 2.2.5 for bugfixes
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2011-02-04 10:54:32 +0000
+++ b/NEWS	2011-02-04 14:04:18 +0000
@@ -5,6 +5,37 @@
 .. contents:: List of Releases
    :depth: 1
 
+bzr 2.2.5
+#########
+
+:Codename: Suggestions welcome
+:2.2.5: NOT RELEASED YET
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+
+Improvements
+************
+
+Documentation
+*************
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
+
 bzr 2.2.4
 #########
 

=== modified file 'bzr'
--- a/bzr	2011-01-20 21:40:17 +0000
+++ b/bzr	2011-02-04 14:04:18 +0000
@@ -23,7 +23,7 @@
 import warnings
 
 # update this on each release
-_script_version = (2, 2, 4)
+_script_version = (2, 2, 5)
 
 try:
     version_info = sys.version_info

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2011-02-04 10:54:32 +0000
+++ b/bzrlib/__init__.py	2011-02-04 14:04:18 +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, 4, 'final', 0)
+version_info = (2, 2, 5, 'dev', 0)
 
 # API compatibility version
 api_minimum_version = (2, 2, 0)



More information about the bazaar-commits mailing list