SVN: ZODB/tags/3.9.2/setup.py Updated version #
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20091013224130.3BFE694178__12065.6235413209$1255473716$gmane$org@cvs.zope.org> |
Log message for revision 105058: Updated version # Changed: U ZODB/tags/3.9.2/setup.py -=- Modified: ZODB/tags/3.9.2/setup.py =================================================================== --- ZODB/tags/3.9.2/setup.py 2009-10-13 22:40:28 UTC (rev 105057) +++ ZODB/tags/3.9.2/setup.py 2009-10-13 22:41:29 UTC (rev 105058) @@ -20,7 +20,7 @@ interface, rich transaction support, and undo. """ -VERSION = "3.9.0c2" +VERSION = "3.9.2" from ez_setup import use_setuptools use_setuptools()