Skip to content

Commit d108e4d

Browse files
committed
Merge remote-tracking branch 'upstream/master' into feature/support-tls-versions
2 parents 32c103b + 1ed7dd4 commit d108e4d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
django-python3-ldap changelog
22
=============================
33

4+
0.15.0
5+
------
6+
7+
- Allows overriding the SSL/TLS version (@FlipperPA).
8+
49
0.14.0
510
------
611

Diff for: django_python3_ldap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55

6-
__version__ = (0, 14, 0)
6+
__version__ = (0, 15, 0)

0 commit comments

Comments
 (0)