From eb2c847e65ce6ffefbb25810d7cc40bb38d2926f Mon Sep 17 00:00:00 2001 From: hvelarde Date: Thu, 1 Nov 2018 15:43:29 -0300 Subject: [PATCH] Deprecate Plone 4.1, Plone 4.2 and Python 2.6 --- CHANGES.rst | 3 +++ setup.py | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ca9e727..e9f3e1c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog 1.0.0 (unreleased) ------------------ +- Deprecate Plone 4.1, Plone 4.2 and Python 2.6. + [hvelarde] + - Avoids ``TypeError`` on ``InvalidPasswordEntered`` subscriber when the list of whitelisted users has not being set. [csanahuja] diff --git a/setup.py b/setup.py index bcf16f6..0c80f56 100644 --- a/setup.py +++ b/setup.py @@ -14,12 +14,13 @@ def read(*rnames): long_description=read("README.rst") + "\n" + read("CHANGES.rst"), classifiers=[ "Programming Language :: Python", + "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Security", "Framework :: Plone", - "Framework :: Plone :: 4.1", - "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", + "Framework :: Plone :: 5.0", + "Framework :: Plone :: 5.1", "License :: OSI Approved :: Zope Public License", ], keywords='',