6.3.4 - Fix Elasticsearch index creation (closes issue #74)

This commit is contained in:
Sean Whalen
2019-04-23 12:51:35 -04:00
parent 7f85b1b346
commit 0638650550
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
6.3.4
-----
- Fix Elasticsearch index creation (closes issue #74)
6.3.3
-----
+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.3.3"
__version__ = "6.3.4"
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.3.3"
__version__ = "6.3.4"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"