Skip to content

Commit

Permalink
8.9.1 release
Browse files Browse the repository at this point in the history
- Fix broken CLI by removing opbsolete paramater from `cli_parse` call (PR #496 closes issue #495)
  • Loading branch information
seanthegeek committed Mar 25, 2024
1 parent fc5e0fe commit 62ad46b
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.9.1
-----

- Fix broken CLI by removing opbsolete paramater from `cli_parse` call (PR #496 closes issue #495)

8.9.0
-----

Expand Down
2 changes: 1 addition & 1 deletion parsedmarc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from parsedmarc.utils import parse_email
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime

__version__ = "8.9.0"
__version__ = "8.9.1"

logger.debug("parsedmarc v{0}".format(__version__))

Expand Down

0 comments on commit 62ad46b

Please sign in to comment.