4.1.4 - Change default logging level to ERROR

This commit is contained in:
Sean Whalen
2018-09-30 19:00:09 -04:00
parent 07051212c4
commit 0709f8cc2f
4 changed files with 9 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__ = "4.1.3"
__version__ = "4.1.4"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"