From a330ff347535b46856879921179083facad3f98b Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Sun, 2 Jul 2023 10:20:06 +0100 Subject: [PATCH] v0.15.5 --- CHANGELOG.rst | 6 ++++++ django_python3_ldap/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b3f6af..4c69d7d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ django-python3-ldap changelog ============================= +0.15.5 +------ + +- BUGFIX: Fixing ``has_user`` detection in Active Directory (@etianen, @zq3936, @jcanning). + + 0.15.4 ------ diff --git a/django_python3_ldap/__init__.py b/django_python3_ldap/__init__.py index 3b4743a..18c83d8 100644 --- a/django_python3_ldap/__init__.py +++ b/django_python3_ldap/__init__.py @@ -3,4 +3,4 @@ """ -__version__ = (0, 15, 4) +__version__ = (0, 15, 5)