- Add missing `https://` to the default Microsoft Graph URL
This commit is contained in:
Sean Whalen
2025-02-17 12:41:57 -05:00
parent 7fa7c24cb8
commit b51756b8bd
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,6 +1,11 @@
Changelog
=========
8.18.1
------
- Add missing `https://` to the default Microsoft Graph URL
8.18.0
------
+1 -1
View File
@@ -39,7 +39,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.18.0"
__version__ = "8.18.1"
logger.debug("parsedmarc v{0}".format(__version__))