Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Sep 5, 2024
1 parent 4317e4b commit 2a4f294
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ HEAD
----


5.4.3
-----
- Fix access to shared folders


5.4.2
-----
- Remove timezone warnings in `GetUserAvailability`
Expand Down
2 changes: 1 addition & 1 deletion exchangelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2a4f294

Please sign in to comment.