Rev 4860: Open 2.1.4 for bug fixes in http://bazaar.launchpad.net/~vila/bzr/2.1-integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Sep 17 20:58:10 BST 2010


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

------------------------------------------------------------
revno: 4860
revision-id: v.ladeuil+lp at free.fr-20100917195809-iw4n7twp7l91zaxv
parent: pqm at pqm.ubuntu.com-20100917193044-xhmh28fdjptsmhad
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 2.1.4-dev
timestamp: Fri 2010-09-17 21:58:09 +0200
message:
  Open 2.1.4 for bug fixes
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2010-09-17 19:30:44 +0000
+++ b/NEWS	2010-09-17 19:58:09 +0000
@@ -5,6 +5,36 @@
 .. contents:: List of Releases
    :depth: 1
 
+bzr 2.1.4
+#########
+
+:2.1.4: NOT RELEASED YET
+
+Compatibility Breaks
+********************
+
+New Features
+************
+
+Bug Fixes
+*********
+
+Improvements
+************
+
+Documentation
+*************
+
+API Changes
+***********
+
+Internals
+*********
+
+Testing
+*******
+
+
 bzr 2.1.3
 #########
 

=== modified file 'bzr'
--- a/bzr	2010-09-17 10:02:28 +0000
+++ b/bzr	2010-09-17 19:58:09 +0000
@@ -23,7 +23,7 @@
 import warnings
 
 # update this on each release
-_script_version = (2, 1, 3)
+_script_version = (2, 1, 4)
 
 if __doc__ is None:
     print "bzr does not support python -OO."

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2010-09-17 17:07:33 +0000
+++ b/bzrlib/__init__.py	2010-09-17 19:58:09 +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, 3, 'final', 0)
+version_info = (2, 1, 4, 'dev', 0)
 
 # 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