3.8.0 - Parse forensic reports if they are base64-encoded

This commit is contained in:
Sean Whalen
2018-08-21 15:33:07 -04:00
parent 7106fe620e
commit 7f7bde3145
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "3.7.4"
__version__ = "3.8.0"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"