Skip to content

Commit 77ca6c3

Browse files
committed
v0.14.0
1 parent 7f479f0 commit 77ca6c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

4+
0.14.0
5+
------
6+
7+
- Added support for multiple LDAP servers to enable a high-availability server pool (@hho6643).
8+
49
0.13.1
510
------
611

django_python3_ldap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55

6-
__version__ = (0, 13, 1)
6+
__version__ = (0, 14, 0)

0 commit comments

Comments
 (0)