Rev 5475: Release 2.3.b2 in http://bazaar.launchpad.net/~vila/bzr/integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Oct 8 14:57:33 BST 2010


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

------------------------------------------------------------
revno: 5475
revision-id: v.ladeuil+lp at free.fr-20101008135732-4hru24g41i3zrxmb
parent: pqm at pqm.ubuntu.com-20101008131649-0582owlc330r84fj
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Fri 2010-10-08 15:57:32 +0200
message:
  Release 2.3.b2
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2010-10-08 10:50:51 +0000
+++ b/NEWS	2010-10-08 13:57:32 +0000
@@ -5,10 +5,41 @@
 .. contents:: List of Releases
    :depth: 1
 
+bzr 2.3b3
+#########
+
+:2.3b3: NOT RELEASED YET
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+
+Improvements
+************
+
+Documentation
+*************
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
+
+
 bzr 2.3b2
 #########
 
-:2.3.b2: NOT RELEASED YET
+:2.3b2: 2010-10-08
 
 Compatibility Breaks
 ********************

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2010-10-08 10:50:51 +0000
+++ b/bzrlib/__init__.py	2010-10-08 13:57:32 +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, 3, 0, 'dev', 2)
+version_info = (2, 3, 0, 'beta', 2)
 
 # API compatibility version
 api_minimum_version = (2, 3, 0)



More information about the bazaar-commits mailing list