[Zodb-checkins] CVS: ZODB3 - README.txt:1.21 setup.py:1.53

Jeremy Hylton jeremy at zope.com
Wed Oct 8 11:03:15 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv8270

Modified Files:
	README.txt setup.py 
Log Message:
Set version number to 3.3a0 to distinguish from ZODB 3.2 release branch.


=== ZODB3/README.txt 1.20 => 1.21 ===
--- ZODB3/README.txt:1.20	Thu Oct  2 14:17:32 2003
+++ ZODB3/README.txt	Wed Oct  8 11:02:44 2003
@@ -96,7 +96,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.2c1'
+    '3.3a0'
 
 Testing
 -------


=== ZODB3/setup.py 1.52 => 1.53 ===
--- ZODB3/setup.py:1.52	Tue Oct  7 17:38:20 2003
+++ ZODB3/setup.py	Wed Oct  8 11:02:44 2003
@@ -223,7 +223,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2c1",
+      version="3.3a0",
       maintainer="Zope Corporation",
       maintainer_email="zodb-dev at zope.org",
       url = "http://www.zope.org/Wikis/ZODB/FrontPage",




More information about the Zodb-checkins mailing list