mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-14 19:33:17 +00:00
@@ -1,3 +1,8 @@
|
||||
6.0.1
|
||||
-----
|
||||
|
||||
- Fix Elasticsearch output (PR #50 - andrewmcgilvray)
|
||||
|
||||
6.0.0
|
||||
-----
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg
|
||||
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
|
||||
from parsedmarc.utils import parse_email
|
||||
|
||||
__version__ = "6.0.0"
|
||||
__version__ = "6.0.1"
|
||||
|
||||
logging.basicConfig(
|
||||
format='%(levelname)8s:%(filename)s:%(lineno)d:'
|
||||
|
||||
Reference in New Issue
Block a user