Rev 206: Update version number to 0.3.2 in http://bazaar.launchpad.net/~tortoisebzr-developers/tortoisebzr/trunk-2a
John Arbash Meinel
john at arbash-meinel.com
Thu Nov 19 19:27:23 GMT 2009
At http://bazaar.launchpad.net/~tortoisebzr-developers/tortoisebzr/trunk-2a
------------------------------------------------------------
revno: 206
revision-id: john at arbash-meinel.com-20091119192711-ff7inwhvn0x52ako
parent: john at arbash-meinel.com-20091119192602-uw57cpm9lxpbqlfq
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk-2a
timestamp: Thu 2009-11-19 13:27:11 -0600
message:
Update version number to 0.3.2
-------------- next part --------------
=== modified file 'tbzrlib/__init__.py'
--- a/tbzrlib/__init__.py 2009-10-15 02:02:31 +0000
+++ b/tbzrlib/__init__.py 2009-11-19 19:27:11 +0000
@@ -8,7 +8,7 @@
# 'beta', 'candidate', or 'final'. The version_info value corresponding to the
# 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, 3, 1, 'final', 0)
+version_info = (0, 3, 2, 'final', 0)
from bzrlib import _format_version_tuple
More information about the bazaar-commits
mailing list