Rev 2526: (Ian Clatworthy) Release 0.17 in http://bazaar.launchpad.net/~ian-clatworthy/bzr/bzr0.17

Ian Clatworthy ian.clatworthy at internode.on.net
Mon Jun 18 05:17:16 BST 2007


At http://bazaar.launchpad.net/~ian-clatworthy/bzr/bzr0.17

------------------------------------------------------------
revno: 2526
revision-id: ian.clatworthy at internode.on.net-20070618041706-cz2c6c3hldwhj1ua
parent: ian.clatworthy at internode.on.net-20070618022513-md6e0xyqofhq4m7h
committer: Ian Clatworthy <ian.clatworthy at internode.on.net>
branch nick: bzr.0.17
timestamp: Mon 2007-06-18 14:17:06 +1000
message:
  (Ian Clatworthy) Release 0.17
modified:
  README                         README-20050309040720-8f368abf9f346b9d
  bzrlib/__init__.py             __init__.py-20050309040759-33e65acf91bbcd5d
-------------- next part --------------
=== modified file 'README'
--- a/README	2007-06-12 02:48:29 +0000
+++ b/README	2007-06-18 04:17:06 +0000
@@ -1,6 +1,6 @@
-==========================
-README for Bazaar 0.17-rc1
-==========================
+======================
+README for Bazaar 0.17
+======================
 
 Bazaar is a decentralized revision control system, designed to be easy
 for developers and end users alike.

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2007-06-12 02:48:29 +0000
+++ b/bzrlib/__init__.py	2007-06-18 04:17:06 +0000
@@ -35,7 +35,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 = (0, 17, 0, 'candidate', 1)
+version_info = (0, 17, 0, 'final', 0)
 
 if version_info[3] == 'final':
     version_string = '%d.%d.%d' % version_info[:3]



More information about the bazaar-commits mailing list