mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-07 04:25:25 +00:00
Move __version__ back
Fixes building from git/docker
This commit is contained in:
@@ -5,7 +5,6 @@ Changelog
|
||||
-----
|
||||
|
||||
- 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
|
||||
- Mark a message as read when fetching a message from Microsoft Graph
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
from parsedmarc.meta import __version__
|
||||
__version__ = "8.1.0"
|
||||
|
||||
formatter = logging.Formatter(
|
||||
fmt='%(levelname)8s:%(filename)s:%(lineno)d:%(message)s',
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
__version__ = "8.1.0"
|
||||
Reference in New Issue
Block a user