Skip to content

Commit

Permalink
Prepare 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Jun 11, 2020
1 parent 66c0e23 commit eb4f471
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,7 @@
History
=======

1.8.0 (unreleased)
1.8.0 (2020-06-11)
------------------

Features:
Expand All @@ -13,6 +13,7 @@ Features:
- Support for plugin-external group DNs when using memberOf attribute.
[jensens]


1.7.2 (2020-02-21)
------------------

Expand All @@ -23,6 +24,7 @@ Bug fixes:
and `issue #92 <https://github.com/collective/pas.plugins.ldap/issues/92>`_.
[al45tair]


1.7.1 (2020-02-14)
------------------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Expand Up @@ -2,7 +2,7 @@
License
=======

Copyright (c) 2010-2017, BlueDynamics Alliance, Austria, Germany, Switzerland
Copyright (c) 2010-2020, BlueDynamics Alliance, Austria, Germany, Switzerland
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -161,6 +161,7 @@ This package works fine for several 10000 users or groups, **unless you list use
This is not that much a problem for small amount of users.
There is room for future optimization in the underlying `node.ext.ldap <https://pypi.python.org/pypi/node.ext.ldap>`_.


Source Code
===========

Expand Down
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -4,7 +4,7 @@
import os


version = "1.8.0.dev0"
version = "1.8.0"
shortdesc = "LDAP/AD Plugin for Plone/Zope PluggableAuthService (users+groups)"
longdesc = open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
longdesc += open(os.path.join(os.path.dirname(__file__), "TODO.rst")).read()
Expand Down Expand Up @@ -33,7 +33,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python",
"Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP",
"Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP"
],
keywords="zope pas plone ldap authentication plugin",
author="BlueDynamics Alliance",
Expand Down Expand Up @@ -71,14 +71,14 @@
"zope.globalrequest",
"zope.i18nmessageid",
"zope.interface",
"zope.traversing",
"zope.traversing"
],
extras_require={
"test": ["plone.testing", "zope.configuration"],
"plone": ["Plone"],
"plone": ["Plone"]
},
entry_points="""
[z3c.autoinclude.plugin]
target = plone
""",
"""
)

0 comments on commit eb4f471

Please sign in to comment.