File tree 5 files changed +19
-4
lines changed
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
+ ----------------------------------------------------------------
1
16
Released 3.4.2 2022-07-06
2
17
3
18
This is a minor release to provide out-of-the-box compatibility with the merge
Original file line number Diff line number Diff line change 1
1
"""
2
2
meta attributes for packaging which does not import any dependencies
3
3
"""
4
- __version__ = '3.4.2 '
4
+ __version__ = '3.4.3 '
5
5
__author__ = 'python-ldap project'
6
6
__license__ = 'Python style'
Original file line number Diff line number Diff line change 4
4
See https://www.python-ldap.org/ for details.
5
5
"""
6
6
7
- __version__ = '3.4.2 '
7
+ __version__ = '3.4.3 '
8
8
9
9
__all__ = [
10
10
# constants
Original file line number Diff line number Diff line change 3
3
4
4
See https://www.python-ldap.org/ for details.
5
5
"""
6
- __version__ = '3.4.2 '
6
+ __version__ = '3.4.3 '
7
7
8
8
__all__ = [
9
9
# constants
Original file line number Diff line number Diff line change 4
4
See https://www.python-ldap.org/ for details.
5
5
"""
6
6
7
- __version__ = '3.4.2 '
7
+ __version__ = '3.4.3 '
8
8
9
9
from slapdtest ._slapdtest import SlapdObject , SlapdTestCase , SysLogHandler
10
10
from slapdtest ._slapdtest import requires_ldapi , requires_sasl , requires_tls
You can’t perform that action at this time.
0 commit comments