This commit is contained in:
Sean Whalen
2021-06-23 15:03:12 -04:00
parent 377df6a719
commit 6d689ca8f5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Changelog
=========
7.0.1
-----
- Fix startup error (PR #254)
7.0.0
-----

View File

@@ -36,7 +36,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__ = "7.0.0"
__version__ = "7.0.1"
logging.basicConfig(
format='%(levelname)8s:%(filename)s:%(lineno)d:'