Rev 5525: Release 2.3.b3 in http://bazaar.launchpad.net/~vila/bzr/integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Nov 5 15:19:01 GMT 2010


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

------------------------------------------------------------
revno: 5525
revision-id: v.ladeuil+lp at free.fr-20101105151901-it91ulc2qs03z4q2
parent: pqm at pqm.ubuntu.com-20101105151033-ozpgdr443dvkzz3j
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Fri 2010-11-05 16:19:01 +0100
message:
  Release 2.3.b3
-------------- next part --------------
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2010-10-13 16:44:48 +0000
+++ b/bzrlib/__init__.py	2010-11-05 15:19:01 +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', 3)
+version_info = (2, 3, 0, 'beta', 3)
 
 # API compatibility version
 api_minimum_version = (2, 3, 0)

=== modified file 'doc/en/release-notes/bzr-2.3.txt'
--- a/doc/en/release-notes/bzr-2.3.txt	2010-11-05 14:07:45 +0000
+++ b/doc/en/release-notes/bzr-2.3.txt	2010-11-05 15:19:01 +0000
@@ -8,7 +8,7 @@
 bzr 2.3b3
 #########
 
-:2.3b3: NOT RELEASED YET
+:2.3b3: 2010-11-05
 
 External Compatibility Breaks
 *****************************
@@ -38,9 +38,6 @@
   default format for new branches created with ``bzr init``.
   (Neil Martinsen-Burrell, #484101)
 
-Improvements
-************
-
 Bug Fixes
 *********
 

=== modified file 'doc/en/whats-new/whats-new-in-2.3.txt'
--- a/doc/en/whats-new/whats-new-in-2.3.txt	2010-10-15 15:05:09 +0000
+++ b/doc/en/whats-new/whats-new-in-2.3.txt	2010-11-05 15:19:01 +0000
@@ -121,7 +121,7 @@
 Configuration
 *************
 
-``bzr`` can be configure via environment variables, command-line options
+``bzr`` can be configured via environment variables, command-line options
 and configurations files. We've started working on unifying this and give
 access to more options. The first step is a new ``bzr config`` command that
 can be used to display the active configuration options in the current



More information about the bazaar-commits mailing list