Skip to content

Commit 11adab1

Browse files
committed
🔖 release 0.15.0
1 parent 7f56a86 commit 11adab1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.15.0 (2016-06-06)
2+
===================
3+
4+
* support ldap3 as an option to python-ldap
5+
16
0.14.3 (2016-01-07)
27
===================
38

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ settings.py:
136136

137137
WIND_PROFILE_HANDLERS = ['djangowind.auth.CDAPProfileHandler']
138138

139-
The `CDAPProfilHandler` requires that you have the `python-ldap`
139+
The `CDAPProfilHandler` requires that you have the `ldap3` or `python-ldap`
140140
library installed in your environment (this sometimes requires system
141141
packages above and beyond the Python).
142142

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="djangowind",
30-
version="0.14.3",
30+
version="0.15.0",
3131
author="Anders Pearson",
3232
author_email="anders@columbia.edu",
3333
url="https://github.com/ccnmtl/djangowind",

0 commit comments

Comments
 (0)