Skip to content

Commit 6bdddeb

Browse files
committed
Bump version
1 parent 9462ad2 commit 6bdddeb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ HEAD
55
----
66

77

8+
5.4.2
9+
-----
10+
- Remove timezone warnings in `GetUserAvailability`
11+
- Update `NoVerifyHTTPAdapter` for newer requests versions
12+
13+
814
5.4.1
915
-----
1016
- Fix traversal of public folders in `Account.public_folders_root`

exchangelib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from .transport import BASIC, CBA, DIGEST, GSSAPI, NTLM, OAUTH2, SSPI
3737
from .version import Build, Version
3838

39-
__version__ = "5.4.1"
39+
__version__ = "5.4.2"
4040

4141
__all__ = [
4242
"AcceptItem",

0 commit comments

Comments
 (0)