[Checkins] SVN: zope.schema/trunk/ Prepare zope.schema 3.6.3.

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 17:41:57 EDT 2010


Log message for revision 111757:
  Prepare zope.schema 3.6.3.

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 21:41:24 UTC (rev 111756)
+++ zope.schema/trunk/CHANGES.txt	2010-04-30 21:41:56 UTC (rev 111757)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.3 (unreleased)
+3.6.3 (2010-04-30)
 ------------------
 
 - Prefer the standard libraries doctest module to the one from zope.testing.

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2010-04-30 21:41:24 UTC (rev 111756)
+++ zope.schema/trunk/setup.py	2010-04-30 21:41:56 UTC (rev 111757)
@@ -63,7 +63,7 @@
     return suite
 
 setup(name='zope.schema',
-      version = '3.6.3dev',
+      version = '3.6.3',
       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