Rev 3624: Update the version string in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/1.6.1rc1
John Arbash Meinel
john at arbash-meinel.com
Fri Aug 29 16:30:31 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/1.6.1rc1
------------------------------------------------------------
revno: 3624
revision-id: john at arbash-meinel.com-20080829153030-wnxb2c1f11nlhypj
parent: john at arbash-meinel.com-20080829152846-ovn10w0oe5i9rzuv
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.6.1rc1
timestamp: Fri 2008-08-29 10:30:30 -0500
message:
Update the version string
-------------- next part --------------
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2008-08-25 14:06:14 +0000
+++ b/bzrlib/__init__.py 2008-08-29 15:30:30 +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, 6, 0, 'final', 0)
+version_info = (1, 6, 1, 'candidate', 1)
# API compatibility version: bzrlib is currently API compatible with 1.6.
More information about the bazaar-commits
mailing list