Skip to content

Commit

Permalink
Merge PR #527
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Nov 9, 2024
1 parent 989bfd8 commit 617b7c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion parsedmarc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
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__))

Expand Down

0 comments on commit 617b7c5

Please sign in to comment.