From da2beb585577acd4fdd2c80a780f69d51e54c1e7 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sat, 12 Sep 2026 14:36:05 -0400 Subject: [PATCH] Bump version to 11.0.2 (#911) The release commit (f7c94ae) renamed the CHANGELOG heading but left parsedmarc/constants.py at 11.0.1; release.yml refuses to build when the tag does not match hatch version. Co-authored-by: Claude Fable 5.1 --- parsedmarc/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 4d181923..f7e4a3d0 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,4 +1,4 @@ -__version__ = "11.0.1" +__version__ = "11.0.2" USER_AGENT = f"parsedmarc/{__version__}"