Rev 4900: Bring in the 2.1.0b4 branch, open up 2.1.0b5 in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b5-dev

John Arbash Meinel john at arbash-meinel.com
Tue Dec 15 06:32:54 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b5-dev

------------------------------------------------------------
revno: 4900
revision-id: john at arbash-meinel.com-20091215063248-4epbnwu153v30fnx
parent: john at arbash-meinel.com-20091215063111-gn7ug6d8j4rbg3sw
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b5-dev
timestamp: Tue 2009-12-15 00:32:48 -0600
message:
  Bring in the 2.1.0b4 branch, open up 2.1.0b5
  
  Note that 2.1.0b5 may actually become 2.1.0rc1 if our timeline holds.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-12-15 03:55:18 +0000
+++ b/NEWS	2009-12-15 06:32:48 +0000
@@ -5,6 +5,37 @@
 .. contents:: List of Releases
    :depth: 1
 
+bzr 2.1.0b5 (not released yet)
+##############################
+
+:Codename: mysterioso
+:2.1.0b5:
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+
+Improvements
+************
+
+Documentation
+*************
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
+
 bzr 2.1.0b4
 ###########
 

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2009-12-14 20:27:55 +0000
+++ b/bzrlib/__init__.py	2009-12-15 06:32:48 +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, 0, 'beta', 4)
+version_info = (2, 1, 0, 'dev', 5)
 
 # 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