From 6dd5c1e8f60e1f84495991383d87f10391d3362a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 30 Mar 2026 09:37:20 +0000 Subject: [PATCH] chore(release): v1.7.1 --- 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 a6df5c5..1166972 100644 --- a/backend/app/__init__.py +++ b/backend/app/__init__.py @@ -1,3 +1,3 @@ """DMARQ - DMARC monitoring and analysis platform.""" -__version__ = "1.7.0" +__version__ = "1.7.1" diff --git a/pyproject.toml b/pyproject.toml index 23b6324..47d7ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dmarq" -version = "1.7.0" +version = "1.7.1" description = "A modern, privacy-conscious DMARC monitoring and analysis platform" readme = "README.md" license = {text = "MIT"}