[Checkins] SVN: zope.filerepresentation/trunk/ Preparing release 4.0.0

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


Log message for revision 129264:
  Preparing release 4.0.0

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:13:12 UTC (rev 129263)
+++ zope.filerepresentation/trunk/CHANGES.rst	2013-02-11 16:13:51 UTC (rev 129264)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-4.0.0 (unreleased)
+4.0.0 (2013-02-11)
 ------------------
 
 - aDded support for Python 3.2, 3.3 and PyPy.

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



More information about the checkins mailing list