Skip to content

Commit

Permalink
Deprecate Plone 4.1, Plone 4.2 and Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Nov 7, 2018
1 parent 60fb2da commit e639554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='',
Expand Down

0 comments on commit e639554

Please sign in to comment.