- Improvements to the Microsoft Graph integration (PR #352)
This commit is contained in:
Sean Whalen
2022-10-04 18:42:32 -04:00
parent 4a607420a7
commit dde79c9e26
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,6 +1,11 @@
Changelog
=========
8.3.2
-----
- Improvements to the Microsoft Graph integration (PR #352)
8.3.1
-----
+1 -1
View File
@@ -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__))