Bump version to 10.2.2

This commit is contained in:
Sean Whalen
2026-07-13 10:08:51 -04:00
parent 01b85ab7de
commit a1fd66de04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
## Unreleased
### Changes
### 10.2.2
- Removed dead code found while extending test coverage: the unused `_SMTPTLSReportDoc.add_policy()` helpers in the Elasticsearch and OpenSearch outputs (the save paths construct policy documents directly), a no-op `failure_indexes` loop in both `migrate_indexes()` implementations (the parameter is still accepted; no failure-index migrations are currently needed), an unreachable `importlib.resources` ImportError fallback in `parsedmarc.utils` (it re-imported the same module, and `importlib.resources.files` always exists on the supported Python ≥3.10), and an unreachable "Invalid report content" guard in `extract_report()` (every input branch either assigns the file object or raises first, confirmed by pyright narrowing).
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = "10.2.1"
__version__ = "10.2.2"
USER_AGENT = f"parsedmarc/{__version__}"