Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Oct 28, 2024
1 parent 3b2b02c commit 243a7cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ Change Log

HEAD
----
- Dropped support for Python 3.8 which is EOL per October 7, 2024.


5.5.0
-----
- Dropped support for Python 3.8 which is EOL per October 7, 2024.
- Fix setting OOF on servers that only accept UTC timestamps.

5.4.3
-----
- Fix access to shared 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.4.3"
__version__ = "5.5.0"

__all__ = [
"AcceptItem",
Expand Down

0 comments on commit 243a7cf

Please sign in to comment.