Bump version to 9.0.7 and update changelog with IMAP since option fix

This commit is contained in:
Sean Whalen
2025-12-29 14:23:50 -05:00
parent 72cabbef23
commit 5d772c3b36
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## 9.0.7
## Fixes
- Fix IMAP `since` option (#PR 645 closes issues #581 and #643).
## 9.0.6 ## 9.0.6
### Fixes ### Fixes

View File

@@ -1,3 +1,3 @@
__version__ = "9.0.6" __version__ = "9.0.7"
USER_AGENT = f"parsedmarc/{__version__}" USER_AGENT = f"parsedmarc/{__version__}"