From 22943c72d90952ccae683aa5c6353d7bcb85ce04 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 7 Jul 2026 15:55:37 +0200 Subject: [PATCH] Release v0.1.6 --- pyproject.toml | 6 +++--- src/govoplan_audit/backend/manifest.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ffbe60..4fc4e98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-audit" -version = "0.1.5" +version = "0.1.6" description = "GovOPlaN audit platform module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.5", - "govoplan-access>=0.1.5", + "govoplan-core>=0.1.6", + "govoplan-access>=0.1.6", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_audit/backend/manifest.py b/src/govoplan_audit/backend/manifest.py index 04957d3..17ce69f 100644 --- a/src/govoplan_audit/backend/manifest.py +++ b/src/govoplan_audit/backend/manifest.py @@ -16,7 +16,7 @@ def _route_factory(context: ModuleContext): manifest = ModuleManifest( id="audit", name="Audit", - version="0.1.5", + version="0.1.6", dependencies=("access",), route_factory=_route_factory, migration_spec=MigrationSpec(