Skip to content

Commit 004870d

Browse files
committed
v0.15.8
1 parent bea610e commit 004870d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
django-python3-ldap changelog
22
=============================
33

4+
0.15.8
5+
------
6+
7+
- Added ``LDAP_AUTH_TLS_CIPHERS``, ``LDAP_AUTH_TLS_ARGS``, ``LDAP_AUTH_CONNECT_USE_SSL`` and ``LDAP_AUTH_CONNECT_ARGS`` settings (@Freddo3000).
8+
9+
410
0.15.7
511
------
612

django_python3_ldap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Django LDAP user authentication backend for Python 3.
33
"""
44

5-
__version__ = (0, 15, 7)
5+
__version__ = (0, 15, 8)

0 commit comments

Comments
 (0)