Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed May 14, 2024
1 parent 54ba36c commit 39df56a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ HEAD
----


5.4.0
-----
- Add `O365InteractiveConfiguration` helper class to set up MSAL auth for O365.
- Add `exchangelib[msal]` installation flavor to match the above.
- Various bug fixes related to distinguished folders.


5.3.0
-----
- Fix various issues related to public folders and archive folders
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.3.0"
__version__ = "5.4.0"

__all__ = [
"AcceptItem",
Expand Down

0 comments on commit 39df56a

Please sign in to comment.