Prep for 8.1.0

- Restore compatability with <8.0.0 configuration files (with deprecation warnings)
- Move `parsedmarc.__version__` to `parsedmarc.meta.__version__`
- Set default `reports_folder` to `Inbox` (rather than `INBOX`) when `msgraph` is configured
This commit is contained in:
Sean Whalen
2022-05-09 10:01:04 -04:00
parent abf07125c4
commit b6054aafce
5 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "8.0.3"
from parsedmarc.meta import __version__
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"