SVN: ZODB/tags/3.9.0b3/setup.py Updated release #
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20090730191418.E6C3694178__12616.2764303901$1248981269$gmane$org@cvs.zope.org> |
Log message for revision 102389: Updated release # Changed: U ZODB/tags/3.9.0b3/setup.py -=- Modified: ZODB/tags/3.9.0b3/setup.py =================================================================== --- ZODB/tags/3.9.0b3/setup.py 2009-07-30 19:13:30 UTC (rev 102388) +++ ZODB/tags/3.9.0b3/setup.py 2009-07-30 19:14:18 UTC (rev 102389) @@ -20,7 +20,7 @@ interface, rich transaction support, and undo. """ -VERSION = "3.9.0dev" +VERSION = "3.9.0b3" from setuptools import setup, find_packages import glob