Skip to content

Commit

Permalink
Merge eb2c847 into 60fb2da
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Nov 7, 2018
2 parents 60fb2da + eb2c847 commit a80d7ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
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
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 a80d7ec

Please sign in to comment.