Rev 28: Mark as 1.0.0. in file:///data/jelmer/bzr-cia/trunk/

Robert Collins robertc at robertcollins.net
Mon Sep 24 06:42:30 BST 2007


On Mon, 2007-09-24 at 07:31 +0200, Jelmer Vernooij wrote:
> 
> -__version__ = '0.17.0'
> +version_info = (1, 0, 0)
> +__version__ = '%d.%d.%d' % version_info


Please use 5-tuples for versions, as per the version_info in
bzrlib.__init__. Also you can allow bzr's Plugin object to provide the
__version__ if you like.

-Rob
-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar-commits/attachments/20070924/afbb3165/attachment.pgp 


More information about the bazaar-commits mailing list