Rev 3422: (jam) Prepare 1.5rc1 release. in http://bzr.arbash-meinel.com/branches/bzr/1.5-dev/1.5-version

John Arbash Meinel john at arbash-meinel.com
Fri May 9 21:22:01 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.5-dev/1.5-version

------------------------------------------------------------
revno: 3422
revision-id: john at arbash-meinel.com-20080509202105-fov30w15vbr0wctp
parent: pqm at pqm.ubuntu.com-20080509190952-oqlrpkxzoruxymko
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.5-version
timestamp: Fri 2008-05-09 15:21:05 -0500
message:
  (jam) Prepare 1.5rc1 release.
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzrlib/__init__.py             __init__.py-20050309040759-33e65acf91bbcd5d
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-05-09 19:09:52 +0000
+++ b/NEWS	2008-05-09 20:21:05 +0000
@@ -5,8 +5,8 @@
 .. contents::
 
 
-IN DEVELOPMENT
---------------
+bzr 1.5rc1 2008-05-09
+---------------------
 
   NOTES WHEN UPGRADING:
 

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2008-05-02 11:53:00 +0000
+++ b/bzrlib/__init__.py	2008-05-09 20:21:05 +0000
@@ -41,7 +41,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 = (1, 5, 0, 'dev', 0)
+version_info = (1, 5, 0, 'candidate', 1)
 
 
 # API compatibility version: bzrlib is currently API compatible with 0.18.



More information about the bazaar-commits mailing list