File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1+ Released 3.4.3 2022-09-15
2+
3+ This is a minor release to bring back the removed OPT_X_TLS option.
4+ Please note, it's still a deprecated option and it will be removed in 3.5.0.
5+
6+ The following deprecated option has been brought back:
7+ - ``OPT_X_TLS``
8+
9+ Fixes:
10+ * Sphinx documentation is now successfully built
11+ * pypy3 tests stability was improved
12+ * setup.py deprecation warning is now resolved
13+
14+
15+ ----------------------------------------------------------------
116Released 3.4.2 2022-07-06
217
318This is a minor release to provide out-of-the-box compatibility with the merge
Original file line number Diff line number Diff line change 11"""
22meta attributes for packaging which does not import any dependencies
33"""
4- __version__ = '3.4.2 '
4+ __version__ = '3.4.3 '
55__author__ = 'python-ldap project'
66__license__ = 'Python style'
Original file line number Diff line number Diff line change 44See https://www.python-ldap.org/ for details.
55"""
66
7- __version__ = '3.4.2 '
7+ __version__ = '3.4.3 '
88
99__all__ = [
1010 # constants
Original file line number Diff line number Diff line change 33
44See https://www.python-ldap.org/ for details.
55"""
6- __version__ = '3.4.2 '
6+ __version__ = '3.4.3 '
77
88__all__ = [
99 # constants
Original file line number Diff line number Diff line change 44See https://www.python-ldap.org/ for details.
55"""
66
7- __version__ = '3.4.2 '
7+ __version__ = '3.4.3 '
88
99from slapdtest ._slapdtest import SlapdObject , SlapdTestCase , SysLogHandler
1010from slapdtest ._slapdtest import requires_ldapi , requires_sasl , requires_tls
You can’t perform that action at this time.
0 commit comments