Release Records package v0.1.19

This commit is contained in:
2026-08-06 20:14:14 +02:00
parent 011c3880c8
commit a425454ed0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/records", "name": "@govoplan/records",
"version": "0.1.18", "version": "0.1.19",
"private": true, "private": true,
"description": "GovOPlaN eAkte and institutional records module.", "description": "GovOPlaN eAkte and institutional records module.",
"type": "module", "type": "module",
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-records" name = "govoplan-records"
version = "0.1.18" version = "0.1.19"
description = "GovOPlaN eAkte and institutional records module." description = "GovOPlaN eAkte and institutional records module."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
+1 -1
View File
@@ -47,7 +47,7 @@ from govoplan_records.backend.archive import (
MODULE_ID = "records" MODULE_ID = "records"
MODULE_NAME = "Records" MODULE_NAME = "Records"
MODULE_VERSION = "0.1.18" MODULE_VERSION = "0.1.19"
READ_SCOPE = "records:workspace:read" READ_SCOPE = "records:workspace:read"
WRITE_SCOPE = "records:workspace:write" WRITE_SCOPE = "records:workspace:write"
ADMIN_SCOPE = "records:workspace:admin" ADMIN_SCOPE = "records:workspace:admin"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/records-webui", "name": "@govoplan/records-webui",
"version": "0.1.18", "version": "0.1.19",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",