[Checkins] SVN: zope.interface/branches/3.6/ Prep 3.6.6 release.

Tres Seaver tseaver at palladion.com
Sat Aug 13 13:44:54 EDT 2011


Log message for revision 122573:
  Prep 3.6.6 release.

Changed:
  U   zope.interface/branches/3.6/CHANGES.txt
  U   zope.interface/branches/3.6/setup.py

-=-
Modified: zope.interface/branches/3.6/CHANGES.txt
===================================================================
--- zope.interface/branches/3.6/CHANGES.txt	2011-08-13 17:43:47 UTC (rev 122572)
+++ zope.interface/branches/3.6/CHANGES.txt	2011-08-13 17:44:54 UTC (rev 122573)
@@ -1,7 +1,7 @@
 ``zope.interface Changelog``
 ============================
 
-3.6.6 (unreleased)
+3.6.6 (2011-08-13)
 ------------------
 
 - LP #570942:  Now correctly compare interfaces  from different modules but

Modified: zope.interface/branches/3.6/setup.py
===================================================================
--- zope.interface/branches/3.6/setup.py	2011-08-13 17:43:47 UTC (rev 122572)
+++ zope.interface/branches/3.6/setup.py	2011-08-13 17:44:54 UTC (rev 122573)
@@ -104,7 +104,7 @@
     from build_ext_2 import optional_build_ext
     
 setup(name='zope.interface',
-      version='3.6.1',
+      version='3.6.6',
       url='http://pypi.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Interfaces for Python',



More information about the checkins mailing list