From dde79c9e26192cc17727f16274035e5e1439d2a6 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 4 Oct 2022 18:42:32 -0400 Subject: [PATCH] 8.3.2 - Improvements to the Microsoft Graph integration (PR #352) --- CHANGELOG.md | 5 +++++ parsedmarc/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88de451..1d73a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +8.3.2 +----- + +- Improvements to the Microsoft Graph integration (PR #352) + 8.3.1 ----- diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index ee87b33..94e4609 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -34,7 +34,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg from parsedmarc.utils import parse_email from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime -__version__ = "8.3.1" +__version__ = "8.3.2" logger.debug("parsedmarc v{0}".format(__version__))