[Checkins] SVN: zope.schema/trunk/ back to development
    Brian Sutherland 
    jinty at web.de
       
    Wed Nov  9 08:38:01 UTC 2011
    
    
  
Log message for revision 123319:
  back to development
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:37:05 UTC (rev 123318)
+++ zope.schema/trunk/CHANGES.txt	2011-11-09 08:38:01 UTC (rev 123319)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+4.0.1 (unreleased)
+------------------
+
+- None yet.
+
 4.0.0 (2011-11-09)
 ------------------
 
Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2011-11-09 08:37:05 UTC (rev 123318)
+++ zope.schema/trunk/setup.py	2011-11-09 08:38:01 UTC (rev 123319)
@@ -61,7 +61,7 @@
     return suite
 
 setup(name='zope.schema',
-      version = '4.0.0',
+      version = '4.0.1dev',
       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