From 6c4a0fe1667b8a115fc26e8c46151c7473efc9a3 Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Thu, 21 Jul 2022 10:58:23 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 6 +++++- exchangelib/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f45fdca..07a277df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ HEAD ---- +4.7.4 +----- +- Bugfix release + + 4.7.3 ----- - Bugfix release @@ -841,4 +846,3 @@ shared_calendar = SingleFolderQuerySet(account=account, folder=DistinguishedFold --- - Initial import - diff --git a/exchangelib/__init__.py b/exchangelib/__init__.py index 072b77f6..49a722eb 100644 --- a/exchangelib/__init__.py +++ b/exchangelib/__init__.py @@ -29,7 +29,7 @@ from .transport import BASIC, CBA, DIGEST, GSSAPI, NTLM, OAUTH2, SSPI from .version import Build, Version -__version__ = "4.7.3" +__version__ = "4.7.4" __all__ = [ "__version__",