Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Apr 25, 2024
1 parent e212218 commit 7b74fcf
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.3.0
-----
- Fix various issues related to public folders and archive folders
- Support read-write for ``Contact.im_addresses`
- Improve reporting of inbox rule validation errors


5.2.1
-----
- Fix `ErrorAccessDenied: Not allowed to access Non IPM folder` caused by recent changes in O365.
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.2.1"
__version__ = "5.3.0"

__all__ = [
"__version__",
Expand Down

0 comments on commit 7b74fcf

Please sign in to comment.