6.0.1 - Fix Elasticsearch output

PR #50 - andrewmcgilvray
This commit is contained in:
Sean Whalen
2019-02-06 06:43:55 -05:00
parent 59acc5238d
commit 2aa4b6aac4
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
6.0.1
-----
- Fix Elasticsearch output (PR #50 - andrewmcgilvray)
6.0.0
-----
+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__ = "6.0.0"
__version__ = "6.0.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__ = "6.0.0"
__version__ = "6.0.1"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"