From af8ca8a074fa7c19928e0998183907a4a4e42a25 Mon Sep 17 00:00:00 2001 From: ecederstrand Date: Wed, 23 Nov 2022 01:11:40 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ exchangelib/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1bd5657..c8b40af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/exchangelib/__init__.py b/exchangelib/__init__.py index ff68ae69..42530357 100644 --- a/exchangelib/__init__.py +++ b/exchangelib/__init__.py @@ -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__",