Compare commits

..

1 Commits

Author SHA1 Message Date
Sean Whalen
617b7c5b4a Merge PR #527 2024-11-09 18:18:31 -05:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Changelog
=========
8.16.0
------
- Add a `since` option to only search for emails since a certain time (PR #527)
8.15.4
------

View File

@@ -39,7 +39,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.15.4"
__version__ = "8.16.0"
logger.debug("parsedmarc v{0}".format(__version__))