[ZODB-Dev] ZEO Stable Release

Greg Ward gward@mems-exchange.org
Fri, 1 Mar 2002 09:35:46 -0500


On 01 March 2002, Chris Withers said:
> PS: Is anyoen gonna complain if I put a VERSION.TXT in the ZEO package? I am forever
> trying to figure out which ZEO is installed in which Zope base...

Yes.  IMHO the right way to do this is

  __version__ = "1.0"   # or whatever

in ZEO/__init__.py.

Unfortunately, there's an earlier convention in Python-land that
uses __version__ for RCS/CVS *revision* numbers.  Sigh.
Revision != version.

        Greg