2 Commits
Author SHA1 Message Date
zemion dbf0246c4a Release v0.1.18
Module Package Release / publish-packages (push) Successful in 11s
2026-08-05 21:07:45 +02:00
zemion ba7b2bca57 Release v0.1.17
Module Package Release / publish-packages (push) Successful in 11s
2026-08-05 20:34:04 +02:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/learning", "name": "@govoplan/learning",
"version": "0.1.16", "version": "0.1.18",
"private": true, "private": true,
"description": "GovOPlaN Learning platform module seed.", "description": "GovOPlaN Learning platform module seed.",
"type": "module", "type": "module",
+3 -3
View File
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-learning" name = "govoplan-learning"
version = "0.1.16" version = "0.1.18"
description = "GovOPlaN Learning platform module seed." description = "GovOPlaN Learning platform module seed."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
license = { file = "LICENSE" } license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }] authors = [{ name = "GovOPlaN" }]
dependencies = [ dependencies = [
"govoplan-core>=0.1.16", "govoplan-core>=0.1.18",
"govoplan-access>=0.1.16", "govoplan-access>=0.1.18",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
+1 -1
View File
@@ -6,7 +6,7 @@ from govoplan_core.core.provider_governance import declared_module_architecture
MODULE_ID = "learning" MODULE_ID = "learning"
MODULE_NAME = "Learning" MODULE_NAME = "Learning"
MODULE_VERSION = "0.1.16" MODULE_VERSION = "0.1.18"
READ_SCOPE = "learning:workspace:read" READ_SCOPE = "learning:workspace:read"
WRITE_SCOPE = "learning:workspace:write" WRITE_SCOPE = "learning:workspace:write"
ADMIN_SCOPE = "learning:workspace:admin" ADMIN_SCOPE = "learning:workspace:admin"