[Checkins] SVN: zope.schema/trunk/ prepare for release
    Brian Sutherland 
    jinty at web.de
       
    Wed Nov  9 08:34:52 UTC 2011
    
    
  
Log message for revision 123316:
  prepare for 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-09 08:33:39 UTC (rev 123315)
+++ zope.schema/trunk/CHANGES.txt	2011-11-09 08:34:51 UTC (rev 123316)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-4.0.0 (unreleased)
+4.0.0 (2011-11-09)
 ------------------
 
 - Fix deprecated unittest methods.
Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2011-11-09 08:33:39 UTC (rev 123315)
+++ zope.schema/trunk/setup.py	2011-11-09 08:34:51 UTC (rev 123316)
@@ -61,7 +61,7 @@
     return suite
 
 setup(name='zope.schema',
-      version = '4.0.0dev',
+      version = '4.0.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