From 2c215e6603fe3e898c7a3317722b304911718e7e Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Sat, 6 Aug 2022 17:41:47 +0100 Subject: [PATCH] v0.15.3 --- CHANGELOG.rst | 5 +++++ django_python3_ldap/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9489845..772d4cd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ django-python3-ldap changelog ============================= +0.15.3 +------ + +- BUGFIX: TLS connection is not started even if `LDAP_AUTH_USE_TLS = True` (@githubuserx). + 0.15.2 ------ diff --git a/django_python3_ldap/__init__.py b/django_python3_ldap/__init__.py index 7b8153c..7a075f5 100644 --- a/django_python3_ldap/__init__.py +++ b/django_python3_ldap/__init__.py @@ -3,4 +3,4 @@ """ -__version__ = (0, 15, 2) +__version__ = (0, 15, 3)