This commit is contained in:
Sean Whalen
2019-04-30 10:09:53 -04:00
parent 0d609c4ff2
commit 20ff722f30
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
6.3.6
-----
- Work around some unexpected IMAP responses reported in issue #70 and issue #75
- Show correct destination folder in debug logs when moving aggregate reports
6.3.5
-----
+1 -1
View File
@@ -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.3.5"
__version__ = "6.3.6"
logging.basicConfig(
format='%(levelname)8s:%(filename)s:%(lineno)d:'
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.3.5"
__version__ = "6.3.6"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"