- Remove microseconds from DMARC aggregate report time ranges before parsing them.
This commit is contained in:
Sean Whalen
2026-02-20 14:27:46 -05:00
parent 4d97bd25aa
commit 1387fb4899
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 9.0.11
## Fixes
- Remove microseconds from DMARC aggregate report time ranges before parsing them.
## 9.0.10
- Support Python 3.14+
+1 -1
View File
@@ -1,3 +1,3 @@
__version__ = "9.0.10"
__version__ = "9.0.11"
USER_AGENT = f"parsedmarc/{__version__}"