Bump version number to 5.2.1

This commit is contained in:
Sean Whalen
2019-01-13 15:06:39 -05:00
parent 2a507a764e
commit a3a6e97876
2 changed files with 2 additions and 2 deletions
+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__ = "5.2.0"
__version__ = "5.2.1"
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__ = "5.2.0"
__version__ = "5.2.1"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"