Release v0.1.15
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-04 15:18:12 +02:00
parent 09a4b9ce60
commit bd72a3f277
4 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-idm"
version = "0.1.8"
version = "0.1.15"
description = "GovOPlaN identity management bridge module."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.8",
"govoplan-identity>=0.1.8",
"govoplan-organizations>=0.1.8",
"govoplan-core>=0.1.15",
"govoplan-identity>=0.1.15",
"govoplan-organizations>=0.1.15",
]
[tool.setuptools.packages.find]