We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f479f0 commit 77ca6c3Copy full SHA for 77ca6c3
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
django-python3-ldap changelog
2
=============================
3
4
+0.14.0
5
+------
6
+
7
+- Added support for multiple LDAP servers to enable a high-availability server pool (@hho6643).
8
9
0.13.1
10
------
11
django_python3_ldap/__init__.py
@@ -3,4 +3,4 @@
"""
-__version__ = (0, 13, 1)
+__version__ = (0, 14, 0)
0 commit comments