From 52be8850b299d9b62c45e5c128c1e4215e30c783 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:16:48 -0400 Subject: [PATCH] 10.5.0 release: bump version and finalize changelog (#887) 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 9a3c2a09..fa280bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 10.5.0 ### New features diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 6bec07c3..cd618bcd 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,4 +1,4 @@ -__version__ = "10.4.3" +__version__ = "10.5.0" USER_AGENT = f"parsedmarc/{__version__}"