Skip to content

Commit c4be9db

Browse files
committed
v0.15.1
1 parent 948319e commit c4be9db

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.1
5+
------
6+
7+
- Bugfix: Allows overriding the SSL/TLS version (@FlipperPA).
8+
9+
410
0.15.0
511
------
612

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, 15, 0)
6+
__version__ = (0, 15, 1)

0 commit comments

Comments
 (0)