Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Mar 29, 2023
1 parent be1cfee commit fa8a519
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,10 +3,14 @@ Change Log

HEAD
----


5.0.0
-----
- Make SOAP-based autodiscovery the default, and remove support for POX-based
discovery. This also removes support for autodiscovery on Exchange 2007.
Only `Account(..., autodiscover=True)` is supported again.
- Deprecated `RetryPolicy.may_retry_on_error`. Instead, ad custom retry logic
- Deprecated `RetryPolicy.may_retry_on_error`. Instead, add custom retry logic
in `RetryPolicy.raise_response_errors`.
- Moved `exchangelib.util.RETRY_WAIT` to `BaseProtocol.RETRY_WAIT`.

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__ = "4.9.0"
__version__ = "5.0.0"

__all__ = [
"__version__",
Expand Down

0 comments on commit fa8a519

Please sign in to comment.