[Checkins] SVN: zope.schema/trunk/ prepare release

Brian Sutherland jinty at web.de
Mon Nov 14 16:46:14 UTC 2011


Log message for revision 123344:
  prepare release

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

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2011-11-14 16:42:41 UTC (rev 123343)
+++ zope.schema/trunk/CHANGES.txt	2011-11-14 16:46:14 UTC (rev 123344)
@@ -2,11 +2,11 @@
 CHANGES
 =======
 
-4.0.1 (unreleased)
+4.0.1 (2011-11-14)
 ------------------
 
 - Fix bug in ``fromUnicode`` method of ``DottedName`` which would fail
-  validation on being given unicode.
+  validation on being given unicode. Introduced in 4.0.0.
 
 4.0.0 (2011-11-09)
 ------------------

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2011-11-14 16:42:41 UTC (rev 123343)
+++ zope.schema/trunk/setup.py	2011-11-14 16:46:14 UTC (rev 123344)
@@ -61,7 +61,7 @@
     return suite
 
 setup(name='zope.schema',
-      version = '4.0.1dev',
+      version = '4.0.1',
       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