SVN: ZODB/tags/3.9.5/setup.py Updated version #
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 111324: Updated version # Changed: U ZODB/tags/3.9.5/setup.py -=- Modified: ZODB/tags/3.9.5/setup.py =================================================================== --- ZODB/tags/3.9.5/setup.py 2010-04-23 21:12:13 UTC (rev 111323) +++ ZODB/tags/3.9.5/setup.py 2010-04-23 21:15:56 UTC (rev 111324) @@ -20,7 +20,7 @@ interface, rich transaction support, and undo. """ -VERSION = "3.9.0c2" +VERSION = "3.9.5" from ez_setup import use_setuptools use_setuptools()