[Checkins] SVN: zope.filerepresentation/trunk/ Back to development: 4.0.1

Stephen Richter cvs-admin at zope.org
Mon Feb 11 16:15:40 UTC 2013


Log message for revision 129266:
  Back to development: 4.0.1

Changed:
  U   zope.filerepresentation/trunk/CHANGES.rst
  U   zope.filerepresentation/trunk/setup.py

-=-
Modified: zope.filerepresentation/trunk/CHANGES.rst
===================================================================
--- zope.filerepresentation/trunk/CHANGES.rst	2013-02-11 16:14:13 UTC (rev 129265)
+++ zope.filerepresentation/trunk/CHANGES.rst	2013-02-11 16:15:40 UTC (rev 129266)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+4.0.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 4.0.0 (2013-02-11)
 ------------------
 

Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2013-02-11 16:14:13 UTC (rev 129265)
+++ zope.filerepresentation/trunk/setup.py	2013-02-11 16:15:40 UTC (rev 129266)
@@ -25,7 +25,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.filerepresentation',
-      version='4.0.0',
+      version='4.0.1.dev0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='File-system Representation Interfaces',



More information about the checkins mailing list