[Checkins] SVN: zope.app.content/trunk/ Preparing release 3.5.0

Michael Howitz mh at gocept.com
Mon Sep 20 03:21:51 EDT 2010


Log message for revision 116646:
  Preparing release 3.5.0

Changed:
  U   zope.app.content/trunk/CHANGES.txt
  U   zope.app.content/trunk/setup.py

-=-
Modified: zope.app.content/trunk/CHANGES.txt
===================================================================
--- zope.app.content/trunk/CHANGES.txt	2010-09-20 07:20:25 UTC (rev 116645)
+++ zope.app.content/trunk/CHANGES.txt	2010-09-20 07:21:51 UTC (rev 116646)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.5.0 (2010-09-20)
 ------------------
 
 - Moved ``zope.app.interface.queryType`` to ``zope.app.content.queryType``

Modified: zope.app.content/trunk/setup.py
===================================================================
--- zope.app.content/trunk/setup.py	2010-09-20 07:20:25 UTC (rev 116645)
+++ zope.app.content/trunk/setup.py	2010-09-20 07:21:51 UTC (rev 116646)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.content',
-      version = '3.5.0dev',
+      version='3.5.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Content Type',



More information about the checkins mailing list