[Checkins] SVN: zope.schema/trunk/ Preparing release 3.6.2

Godefroid Chapelle gotcha at bubblenet.be
Fri Apr 30 10:14:06 EDT 2010


Log message for revision 111630:
  Preparing release 3.6.2

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

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2010-04-30 14:06:22 UTC (rev 111629)
+++ zope.schema/trunk/CHANGES.txt	2010-04-30 14:14:05 UTC (rev 111630)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
+3.6.2 (2010-04-30)
 ------------------
 
 - Avoid maximum recursion when validating Object field that points to cycles

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2010-04-30 14:06:22 UTC (rev 111629)
+++ zope.schema/trunk/setup.py	2010-04-30 14:14:05 UTC (rev 111630)
@@ -63,7 +63,7 @@
     return suite
 
 setup(name='zope.schema',
-      version = '3.6.2dev',
+      version = '3.6.2',
       url='http://pypi.python.org/pypi/zope.schema',
       license='ZPL 2.1',
       description='zope.interface extension for defining data schemas',



More information about the checkins mailing list