[Checkins] SVN: zope.contenttype/trunk/ Drop support for Python 2.4 / 2.5.

Tres Seaver cvs-admin at zope.org
Fri May 18 16:42:36 UTC 2012


Log message for revision 126173:
  Drop support for Python 2.4 / 2.5.

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

-=-
Modified: zope.contenttype/trunk/CHANGES.txt
===================================================================
--- zope.contenttype/trunk/CHANGES.txt	2012-05-18 16:41:36 UTC (rev 126172)
+++ zope.contenttype/trunk/CHANGES.txt	2012-05-18 16:42:32 UTC (rev 126173)
@@ -1,9 +1,10 @@
 Change History
 ==============
 
-3.5.6 (unreleased)
+4.0.0 (unreleased)
 ------------------
 
+- Dropped support for Python 2.4 and 2.5.
 
 3.5.5 (2011-07-27)
 ------------------

Modified: zope.contenttype/trunk/setup.py
===================================================================
--- zope.contenttype/trunk/setup.py	2012-05-18 16:41:36 UTC (rev 126172)
+++ zope.contenttype/trunk/setup.py	2012-05-18 16:42:32 UTC (rev 126173)
@@ -37,7 +37,7 @@
 
 setup(
     name='zope.contenttype',
-    version='3.5.6dev',
+    version='4.0.0dev',
     url='http://pypi.python.org/pypi/zope.contenttype',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
@@ -47,6 +47,9 @@
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
         'Programming Language :: Python',
+        'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.6',
+        'Programming Language :: Python :: 2.7',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Topic :: Software Development',



More information about the checkins mailing list