Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Nov 23, 2022
1 parent 1bb0e9c commit af8ca8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Change Log

HEAD
----


4.9.0
-----
- Added support for SOAP-based autodiscovery, in addition to the existing POX
(plain old XML) implementation. You can specify the autodiscover
implementation explicitly using the `autodiscover` argument:
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.8.0"
__version__ = "4.9.0"

__all__ = [
"__version__",
Expand Down

0 comments on commit af8ca8a

Please sign in to comment.