[Checkins] SVN: zope.interface/branches/3.6/ Prepare zope.interface 3.6.7.

Hanno Schlichting hannosch at hannosch.eu
Sat Aug 20 12:52:57 EDT 2011


Log message for revision 122645:
  Prepare zope.interface 3.6.7.

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-20 16:46:57 UTC (rev 122644)
+++ zope.interface/branches/3.6/CHANGES.txt	2011-08-20 16:52:56 UTC (rev 122645)
@@ -1,7 +1,7 @@
 ``zope.interface Changelog``
 ============================
 
-3.6.7 (unreleased)
+3.6.7 (2011-08-20)
 ------------------
 
 - Fix sporadic failures on x86-64 platforms in tests of rich comparisons

Modified: zope.interface/branches/3.6/setup.py
===================================================================
--- zope.interface/branches/3.6/setup.py	2011-08-20 16:46:57 UTC (rev 122644)
+++ zope.interface/branches/3.6/setup.py	2011-08-20 16:52:56 UTC (rev 122645)
@@ -80,7 +80,7 @@
         '********\n'
         )
 
-try: # Zope 3 setuptools versions
+try: # Zope setuptools versions
     from build_ext_3 import optional_build_ext
     # This is Python 3. Setuptools is now required, and so is zope.fixers.
     extra['install_requires'] = ['setuptools']
@@ -102,7 +102,7 @@
     from build_ext_2 import optional_build_ext
     
 setup(name='zope.interface',
-      version='3.6.7dev',
+      version='3.6.7',
       url='http://pypi.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Interfaces for Python',
@@ -117,7 +117,7 @@
         "Programming Language :: Python :: 2.4",
         "Programming Language :: Python :: 2.5",
         "Programming Language :: Python :: 2.6",
-        "Programming Language :: Python :: 3.1",
+        "Programming Language :: Python :: 2.7",
         "Topic :: Software Development :: Libraries :: Python Modules",
       ],
 



More information about the checkins mailing list