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 948319e commit c4be9dbCopy full SHA for c4be9db
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
django-python3-ldap changelog
2
=============================
3
4
+0.15.1
5
+------
6
+
7
+- Bugfix: Allows overriding the SSL/TLS version (@FlipperPA).
8
9
10
0.15.0
11
------
12
django_python3_ldap/__init__.py
@@ -3,4 +3,4 @@
"""
-__version__ = (0, 15, 0)
+__version__ = (0, 15, 1)
0 commit comments