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

Godefroid Chapelle gotcha at bubblenet.be
Tue Jun 8 10:16:46 EDT 2010


Log message for revision 113276:
  Preparing release 3.6.4

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-06-08 11:03:05 UTC (rev 113275)
+++ zope.schema/trunk/CHANGES.txt	2010-06-08 14:16:45 UTC (rev 113276)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.4 (unreleased)
+3.6.4 (2010-06-08)
 ------------------
 
 - fix validation of schema with Object Field that specify Interface schema.

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2010-06-08 11:03:05 UTC (rev 113275)
+++ zope.schema/trunk/setup.py	2010-06-08 14:16:45 UTC (rev 113276)
@@ -61,7 +61,7 @@
     return suite
 
 setup(name='zope.schema',
-      version = '3.6.4dev',
+      version = '3.6.4',
       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