SVN: ZODB/branches/3.6/setup.py pre-3.6.6
Andreas Jung <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20090806131318.920039415B__5698.56441948122$1249564412$gmane$org@cvs.zope.org> |
Log message for revision 102537:
pre-3.6.6
Changed:
U ZODB/branches/3.6/setup.py
-=-
Modified: ZODB/branches/3.6/setup.py
===================================================================
--- ZODB/branches/3.6/setup.py 2009-08-06 13:12:55 UTC (rev 102536)
+++ ZODB/branches/3.6/setup.py 2009-08-06 13:13:17 UTC (rev 102537)
@@ -34,7 +34,7 @@
import zpkgsetup.setup
# Note that release.py must be able to recognize the VERSION line.
-VERSION = "3.6.5"
+VERSION = "3.6.6dev"
context = zpkgsetup.setup.SetupContext(
"ZODB", VERSION, __file__)