From c95d4666dccf88f108d979b7699f62b47ae9e39e Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sat, 25 Jul 2026 13:51:20 -0400 Subject: [PATCH] Release 10.3.0 (#848) Co-authored-by: Claude Fable 5 --- CHANGELOG.md | 2 +- parsedmarc/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b403b84a..6fde2c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 10.3.0 ### New features diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 6514272c..1fa11645 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,4 +1,4 @@ -__version__ = "10.2.4" +__version__ = "10.3.0" USER_AGENT = f"parsedmarc/{__version__}"