[Checkins] SVN: zope.app.interface/trunk/ Preparing release 3.5.0
Martijn Faassen
faassen at startifact.com
Thu May 21 09:37:04 EDT 2009
Log message for revision 100200:
Preparing release 3.5.0
Changed:
U zope.app.interface/trunk/CHANGES.txt
U zope.app.interface/trunk/setup.py
-=-
Modified: zope.app.interface/trunk/CHANGES.txt
===================================================================
--- zope.app.interface/trunk/CHANGES.txt 2009-05-21 13:34:08 UTC (rev 100199)
+++ zope.app.interface/trunk/CHANGES.txt 2009-05-21 13:37:03 UTC (rev 100200)
@@ -2,7 +2,7 @@
CHANGES
=======
-3.5.0 (unreleased)
+3.5.0 (2009-05-21)
------------------
- Factor out ObjectInterfacesVocabulary into zope.componentvocabulary.
Modified: zope.app.interface/trunk/setup.py
===================================================================
--- zope.app.interface/trunk/setup.py 2009-05-21 13:34:08 UTC (rev 100199)
+++ zope.app.interface/trunk/setup.py 2009-05-21 13:37:03 UTC (rev 100200)
@@ -22,7 +22,7 @@
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.app.interface',
- version = '3.5.0dev',
+ version = '3.5.0',
author='Zope Corporation and Contributors',
author_email='zope3-dev at zope.org',
description='Zope Interface Extensions',
More information about the Checkins
mailing list