Skip to content

Commit 9dd59a9

Browse files
authored
Prepare a new release
1 parent b3d6a8c commit 9dd59a9

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGES

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
----------------------------------------------------------------
116
Released 3.4.2 2022-07-06
217

318
This is a minor release to provide out-of-the-box compatibility with the merge

Lib/ldap/pkginfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
meta 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'

Lib/ldapurl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
See https://www.python-ldap.org/ for details.
55
"""
66

7-
__version__ = '3.4.2'
7+
__version__ = '3.4.3'
88

99
__all__ = [
1010
# constants

Lib/ldif.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
See https://www.python-ldap.org/ for details.
55
"""
6-
__version__ = '3.4.2'
6+
__version__ = '3.4.3'
77

88
__all__ = [
99
# constants

Lib/slapdtest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
See https://www.python-ldap.org/ for details.
55
"""
66

7-
__version__ = '3.4.2'
7+
__version__ = '3.4.3'
88

99
from slapdtest._slapdtest import SlapdObject, SlapdTestCase, SysLogHandler
1010
from slapdtest._slapdtest import requires_ldapi, requires_sasl, requires_tls

0 commit comments

Comments
 (0)