SVN: ZODB/trunk/setup.py Now that there's a 3.10 release branch...

Jim Fulton <[email protected]> Fri, 8 Oct 2010 14:31:03 -0400 (EDT)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20101008183103.316709418C__37007.9036722474$1286562666$gmane$org@cvs.zope.org>
Log message for revision 117391:
  Now that there's a 3.10 release branch...
  

Changed:
  U   ZODB/trunk/setup.py

-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2010-10-08 18:30:37 UTC (rev 117390)
+++ ZODB/trunk/setup.py	2010-10-08 18:31:02 UTC (rev 117391)
@@ -20,7 +20,7 @@
 interface, rich transaction support, and undo.
 """
 
-VERSION = "3.10dev"
+VERSION = "3.11dev"
 
 from ez_setup import use_setuptools
 use_setuptools()