[Checkins] SVN: zope.schema/trunk/ 3.5.0a1 is now released

Michael Howitz mh at gocept.com
Fri Oct 10 05:30:40 EDT 2008


Log message for revision 91975:
  3.5.0a1 is now released

Changed:
  U   zope.schema/trunk/CHANGES.txt
  U   zope.schema/trunk/setup.py

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2008-10-10 09:29:19 UTC (rev 91974)
+++ zope.schema/trunk/CHANGES.txt	2008-10-10 09:30:40 UTC (rev 91975)
@@ -2,6 +2,12 @@
  Changes
 =========
 
+3.5.0a2 (unreleased)
+--------------------
+
+- 
+
+
 3.5.0a1 (2008/10/10)
 --------------------
 

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2008-10-10 09:29:19 UTC (rev 91974)
+++ zope.schema/trunk/setup.py	2008-10-10 09:30:40 UTC (rev 91975)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.schema',
-      version = '3.5.0a1',
+      version = '3.5.1dev',
       url='http://pypi.python.org/pypi/zope.schema',
       license='ZPL 2.1',
       description='Zope3 Data Schemas',



More information about the Checkins mailing list