From 2a4f294aaf8d88e5eba7be3c3edfd69a58f275fa Mon Sep 17 00:00:00 2001 From: ecederstrand Date: Thu, 5 Sep 2024 09:32:01 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ exchangelib/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ed5763..e1c2ec9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ HEAD ---- +5.4.3 +----- +- Fix access to shared folders + + 5.4.2 ----- - Remove timezone warnings in `GetUserAvailability` diff --git a/exchangelib/__init__.py b/exchangelib/__init__.py index d56be1da..7f5776c6 100644 --- a/exchangelib/__init__.py +++ b/exchangelib/__init__.py @@ -36,7 +36,7 @@ from .transport import BASIC, CBA, DIGEST, GSSAPI, NTLM, OAUTH2, SSPI from .version import Build, Version -__version__ = "5.4.2" +__version__ = "5.4.3" __all__ = [ "AcceptItem",