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

This commit is contained in:
2026-08-04 15:10:12 +02:00
parent 6a995e4d81
commit cc7f38dd57
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/booking",
"version": "0.1.8",
"version": "0.1.15",
"private": true,
"description": "GovOPlaN Booking platform module seed.",
"type": "module",
+3 -3
View File
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-booking"
version = "0.1.8"
version = "0.1.15"
description = "GovOPlaN Booking platform module seed."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.8",
"govoplan-access>=0.1.8",
"govoplan-core>=0.1.15",
"govoplan-access>=0.1.15",
]
[tool.setuptools.packages.find]
+1 -1
View File
@@ -6,7 +6,7 @@ from govoplan_core.core.provider_governance import declared_module_architecture
MODULE_ID = "booking"
MODULE_NAME = "Booking"
MODULE_VERSION = "0.1.8"
MODULE_VERSION = "0.1.15"
READ_SCOPE = "booking:workspace:read"
WRITE_SCOPE = "booking:workspace:write"
ADMIN_SCOPE = "booking:workspace:admin"