Release v0.1.6

This commit is contained in:
2026-07-07 15:55:37 +02:00
parent 0f601fc693
commit 22943c72d9
2 changed files with 4 additions and 4 deletions

View File

@@ -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]

View File

@@ -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(