Release govoplan-datasources v0.1.25: unify interface contracts and documentation

This commit is contained in:
2026-09-08 01:32:31 +02:00
parent ad8235028f
commit 930302b535
5 changed files with 36 additions and 21 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-datasources"
version = "0.1.24"
version = "0.1.25"
description = "Governed datasource catalogue, staging, and materialization lifecycle for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.20"]
dependencies = ["govoplan-core>=0.1.45"]
[tool.setuptools.packages.find]
where = ["src"]