diff --git a/CHANGES.txt b/CHANGES.txt index 6efe02fd..50e81571 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +# 2.10.1- 2024.03.20 + - tested against Python 3.11 + - fixed multiple issues + - add pycryptodomex as a dependency + - add TLS channel binding during NTLM authentication + # 2.9.1 - 2021.07.18 - new feature: added support for using Kerberos authentication on windows clients using the native winkerberos library - new feature: added support for using Channel Bind tokens with Kerberos authentication on windows clients diff --git a/_changelog.txt b/_changelog.txt index 6efe02fd..50e81571 100644 --- a/_changelog.txt +++ b/_changelog.txt @@ -1,3 +1,9 @@ +# 2.10.1- 2024.03.20 + - tested against Python 3.11 + - fixed multiple issues + - add pycryptodomex as a dependency + - add TLS channel binding during NTLM authentication + # 2.9.1 - 2021.07.18 - new feature: added support for using Kerberos authentication on windows clients using the native winkerberos library - new feature: added support for using Channel Bind tokens with Kerberos authentication on windows clients diff --git a/ldap3/version.py b/ldap3/version.py index e1c69e49..45e4e6b8 100644 --- a/ldap3/version.py +++ b/ldap3/version.py @@ -1,6 +1,6 @@ # THIS FILE IS AUTO-GENERATED. PLEASE DO NOT MODIFY # version file for ldap3 -# generated on 2024-03-20 22:13:44.684177 +# generated on 2024-03-20 22:20:27.680515 # on system uname_result(system='Windows', node='ELITE10GC', release='10', version='10.0.19045', machine='AMD64') # with Python 3.11.5 - ('tags/v3.11.5:cce6ba9', 'Aug 24 2023 14:38:34') - MSC v.1936 64 bit (AMD64) #