- Fix flaws in `base_reverse_dns_map.csv`
This commit is contained in:
Sean Whalen
2024-03-27 18:10:39 -04:00
parent 29fe768772
commit 9084d32040
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Changelog
=========
8.10.1
------
- Fix flaws in `base_reverse_dns_map.csv`
8.10.0
------

View File

@@ -34,7 +34,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg
from parsedmarc.utils import parse_email
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
__version__ = "8.10.0"
__version__ = "8.10.1"
logger.debug("parsedmarc v{0}".format(__version__))