Fix crash when trying to save forensic reports with missing fields to Elasticsearch
This commit is contained in:
Sean Whalen
2019-03-19 11:36:06 -04:00
parent bd2b08027f
commit e3bbb4e008
6 changed files with 60 additions and 40 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.2.1"
__version__ = "6.2.2"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"