Rev 4983: Open up 2.2.0dev1 (2.2.0b1 development) in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Thu Jan 21 22:23:58 GMT 2010


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 4983
revision-id: john at arbash-meinel.com-20100121222329-sftviiz9ybb9w15v
parent: john at arbash-meinel.com-20100121222131-mdynogs9rv0w3os9
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Thu 2010-01-21 16:23:29 -0600
message:
  Open up 2.2.0dev1 (2.2.0b1 development)
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2010-01-21 21:13:09 +0000
+++ b/NEWS	2010-01-21 22:23:29 +0000
@@ -5,6 +5,37 @@
 .. contents:: List of Releases
    :depth: 1
 
+bzr 2.2.0b1 (not released yet)
+##############################
+
+:Codename: ???
+:2.2.0b1: ???
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+
+Improvements
+************
+
+Documentation
+*************
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
+
 bzr 2.1.0rc1
 ############
 

=== modified file 'bzr'
--- a/bzr	2009-12-15 19:59:00 +0000
+++ b/bzr	2010-01-21 22:23:29 +0000
@@ -23,7 +23,7 @@
 import warnings
 
 # update this on each release
-_script_version = (2, 1, 0)
+_script_version = (2, 2, 0)
 
 if __doc__ is None:
     print "bzr does not support python -OO."

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2010-01-21 20:12:43 +0000
+++ b/bzrlib/__init__.py	2010-01-21 22:23:29 +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, 'candidate', 1)
+version_info = (2, 2, 0, 'dev', 1)
 
 # 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