[Checkins] SVN: zope.interface/trunk/ Prepare release

Hanno Schlichting plone at hannosch.info
Sun Oct 26 12:08:46 EDT 2008


Log message for revision 92602:
  Prepare release

Changed:
  U   zope.interface/trunk/CHANGES.txt
  U   zope.interface/trunk/setup.py

-=-
Modified: zope.interface/trunk/CHANGES.txt
===================================================================
--- zope.interface/trunk/CHANGES.txt	2008-10-26 15:55:38 UTC (rev 92601)
+++ zope.interface/trunk/CHANGES.txt	2008-10-26 16:08:46 UTC (rev 92602)
@@ -2,12 +2,14 @@
 ******************************
 
 ==================
-3.4.2 (unreleased)
+3.5.0 (2008-10-26)
 ==================
 
 - Fixed declaration of _zope_interface_coptimizations, it's not a top level
   package.
 
+- Add a DocTestSuite for odd.py module, so their tests are run.
+
 - Allow to bootstrap on Jython.
 
 - Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecification
@@ -16,6 +18,9 @@
 - Added optional code optimizations support, which allows the building
   of C code optimizations to fail (Jython).
 
+- Replaced `_flatten` with a non-recursive implementation, effectively making
+  it 3x faster.
+
 ==================
 3.4.1 (2007/10/02)
 ==================

Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2008-10-26 15:55:38 UTC (rev 92601)
+++ zope.interface/trunk/setup.py	2008-10-26 16:08:46 UTC (rev 92602)
@@ -112,7 +112,7 @@
 
 
 setup(name='zope.interface',
-      version = '3.5dev',
+      version = '3.5.0',
       url='http://www.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Zope 3 Interface Infrastructure',



More information about the Checkins mailing list