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

Stephen Richter cvs-admin at zope.org
Mon Feb 11 18:27:01 UTC 2013


Log message for revision 129284:
  Back to development: 4.0.2

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 18:25:49 UTC (rev 129283)
+++ zope.filerepresentation/trunk/CHANGES.rst	2013-02-11 18:27:01 UTC (rev 129284)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+4.0.2 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 4.0.1 (2013-02-11)
 ------------------
 

Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2013-02-11 18:25:49 UTC (rev 129283)
+++ zope.filerepresentation/trunk/setup.py	2013-02-11 18:27:01 UTC (rev 129284)
@@ -25,7 +25,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.filerepresentation',
-      version='4.0.1',
+      version='4.0.2.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