[Zodb-checkins] SVN: ZODB/trunk/setup.py Sorry, need to change the version number to represent something closer to the actual one, otherwise developing the code in combination with other software with a ZODB>=3.9 dependency doesn't work
Hanno Schlichting
hannosch at hannosch.eu
Sat Sep 25 10:25:48 EDT 2010
Log message for revision 116922:
Sorry, need to change the version number to represent something closer to the actual one, otherwise developing the code in combination with other software with a ZODB>=3.9 dependency doesn't work
Changed:
U ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2010-09-25 14:23:38 UTC (rev 116921)
+++ ZODB/trunk/setup.py 2010-09-25 14:25:47 UTC (rev 116922)
@@ -20,7 +20,7 @@
interface, rich transaction support, and undo.
"""
-VERSION = "3.0"
+VERSION = "3.10dev"
from ez_setup import use_setuptools
use_setuptools()
More information about the Zodb-checkins
mailing list