5.1.0 - Add support for TLS/SSL and uerename/password auth for Kafka

This commit is contained in:
Sean Whalen
2018-11-27 12:02:30 -05:00
parent f19ea5b950
commit a227b73cfb
5 changed files with 60 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "5.0.2"
__version__ = "5.1.0"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"