How to tell to bzr version of plugin?

John Arbash Meinel john at arbash-meinel.com
Wed Oct 3 13:13:31 BST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alexander Belchenko wrote:
> How bzr pick version info from plugin?
> Simply adding __version__ variable to top-level module of plugin seems
> does not work. At all.
> Am I missing something important about version of plugins?
> 
> 

I believe it uses:

version_info = (0, 0, 1, 'dev', 0)

I would have thought it would also use

__version__ = '0.0.1.dev.0'

But it certainly uses the 'version_info' style.

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHA4drJdeBCYSNAAMRArfIAKC/QJIa7W6K03Q5MuzFHnvDMq9cCACdFfFJ
WfWl8rjFZLFhKp6ZR9omkXE=
=DuXk
-----END PGP SIGNATURE-----



More information about the bazaar mailing list