If you have a Python package that is versioned with Bazaar, then you may want to use my version.py script. It adds a suffix to your own provided version number that represents your Bazaar revision number.
So if someone downloads your package via bazaar and finds a bug, you can still easily ask for a helpful version number. This is based on Django's get_version function which does a similar thing with subversion.