[Checkins] SVN: zope.schema/trunk/ Prep 4.2.0 release.

Tres Seaver cvs-admin at zope.org
Wed May 16 17:28:49 UTC 2012


Log message for revision 125918:
  Prep 4.2.0 release.

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

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2012-05-16 17:28:18 UTC (rev 125917)
+++ zope.schema/trunk/CHANGES.txt	2012-05-16 17:28:46 UTC (rev 125918)
@@ -1,8 +1,7 @@
-=======
-CHANGES
-=======
+zope.schema Changelog
+=====================
 
-4.2.0 (unreleased)
+4.2.0 (2012-05-12)
 ------------------
 
 - Automated build of Sphinx HTML docs and running doctest snippets via tox.

Modified: zope.schema/trunk/README.txt
===================================================================
--- zope.schema/trunk/README.txt	2012-05-16 17:28:18 UTC (rev 125917)
+++ zope.schema/trunk/README.txt	2012-05-16 17:28:46 UTC (rev 125918)
@@ -1,6 +1,5 @@
-***********
-zope.schema
-***********
+zope.schema README
+==================
 
 Schemas extend the notion of interfaces to detailed descriptions of
 Attributes (but not methods).  Every schema is an interface and

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2012-05-16 17:28:18 UTC (rev 125917)
+++ zope.schema/trunk/setup.py	2012-05-16 17:28:46 UTC (rev 125918)
@@ -73,7 +73,7 @@
 TESTS_REQUIRE = ['zope.testing']
 
 setup(name='zope.schema',
-      version='4.2.0.dev',
+      version='4.2.0',
       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