This commit is contained in:
Sean Whalen
2018-09-29 14:03:06 -04:00
parent ce74617195
commit bb98377a29
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
4.1.2
-----
- Fix packaging bug
4.1.1
-----
+1 -1
View File
@@ -44,7 +44,7 @@ import imapclient.exceptions
import dateparser
import mailparser
__version__ = "4.1."
__version__ = "4.1.2"
logger = logging.getLogger(__name__)
logger.setLevel(logging.ERROR)
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "4.1.1"
__version__ = "4.1.2"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"