[Zodb-checkins] CVS: ZODB3/ZODB - __init__.py:1.25
    Jeremy Hylton 
    jeremy at zope.com
       
    Wed Oct  8 11:02:46 EDT 2003
    
    
  
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv8270/ZODB
Modified Files:
	__init__.py 
Log Message:
Set version number to 3.3a0 to distinguish from ZODB 3.2 release branch.
=== ZODB3/ZODB/__init__.py 1.24 => 1.25 ===
--- ZODB3/ZODB/__init__.py:1.24	Thu Oct  2 14:17:19 2003
+++ ZODB3/ZODB/__init__.py	Wed Oct  8 11:02:45 2003
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '3.2c1'
+__version__ = '3.3a0'
 
 import sys
 import cPersistence, Persistence
    
    
More information about the Zodb-checkins
mailing list