3.9.3 - Fix crash when forensic recorts are missing Arrival-Date

This commit is contained in:
Sean Whalen
2018-09-06 15:09:44 -04:00
parent 92f4085386
commit b9c4c62b00
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "3.9.2"
__version__ = "3.9.3"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"