Rev 4684: Update revision info to be 2.0.1 in lp:///~jameinel/bzr/2.0.1

John Arbash Meinel john at arbash-meinel.com
Wed Oct 14 19:30:00 BST 2009


At lp:///~jameinel/bzr/2.0.1

------------------------------------------------------------
revno: 4684
revision-id: john at arbash-meinel.com-20091014182841-10ukxj0vohpf6gi8
parent: pqm at pqm.ubuntu.com-20091013220530-lguiz901cqe4c4hu
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.0.1
timestamp: Wed 2009-10-14 13:28:41 -0500
message:
  Update revision info to be 2.0.1
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-10-13 22:05:30 +0000
+++ b/NEWS	2009-10-14 18:28:41 +0000
@@ -5,14 +5,8 @@
 .. contents:: List of Releases
    :depth: 1
 
-bzr 2.0.1 (not released)
-########################
-
-Compatibility Breaks
-********************
-
-New Features
-************
+bzr 2.0.1 2009-10-14
+####################
 
 Bug Fixes
 *********
@@ -69,9 +63,6 @@
 * When a file kind becomes unversionable after being added, a sensible
   error will be shown instead of a traceback. (Robert Collins, #438569)
 
-Improvements
-************
-
 Documentation
 *************
 
@@ -80,14 +71,6 @@
 * Improved upgrade documentation for Launchpad branches.
   (Barry Warsaw)
 
-API Changes
-***********
-
-Internals
-*********
-
-Testing
-*******
 
 bzr 2.0.0
 #########

=== modified file 'bzr'
--- a/bzr	2009-09-10 06:32:42 +0000
+++ b/bzr	2009-10-14 18:28:41 +0000
@@ -23,7 +23,7 @@
 import warnings
 
 # update this on each release
-_script_version = (2, 0, 0)
+_script_version = (2, 0, 1)
 
 if __doc__ is None:
     print "bzr does not support python -OO."

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2009-09-25 01:41:37 +0000
+++ b/bzrlib/__init__.py	2009-10-14 18:28:41 +0000
@@ -50,7 +50,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, 0, 0, 'final', 0)
+version_info = (2, 0, 1, 'final', 0)
 
 # API compatibility version: bzrlib is currently API compatible with 1.15.
 api_minimum_version = (1, 17, 0)



More information about the bazaar-commits mailing list