From fe2c24de74c162502eb564592ec101a634a7abd2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 22 May 2026 21:57:22 +0000 Subject: [PATCH] chore(release): v1.28.0 --- backend/app/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/__init__.py b/backend/app/__init__.py index a1965a6..12da88e 100644 --- a/backend/app/__init__.py +++ b/backend/app/__init__.py @@ -1,3 +1,3 @@ """DMARQ - DMARC monitoring and analysis platform.""" -__version__ = "1.27.0" +__version__ = "1.28.0" diff --git a/pyproject.toml b/pyproject.toml index 2a29ed3..672fad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dmarq" -version = "1.27.0" +version = "1.28.0" description = "A modern, privacy-conscious DMARC monitoring and analysis platform" readme = "README.md" license = {text = "MIT"}