From 32a6ca690b7c1e8ad38d2d70fca494476b1321bc Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 18 Dec 2025 12:28:31 -0700 Subject: [PATCH 1/2] Upgrade to latest shacl2code Upgrades to the latest version of shacl2code. This version handles split properties in the model file. Fixes: #12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17a3139..a0a5f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Issues = "https://github.com/spdx/spdx-python-model/issues" requires = [ "hatchling", "hatch-build-scripts", - "shacl2code == 0.0.22", + "shacl2code == 0.0.24", ] build-backend = "hatchling.build" From 4c5eef1c275682153ef14d3760b49d369cdd4492 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 18 Dec 2025 12:36:49 -0700 Subject: [PATCH 2/2] Bump version for release Bumps the version for release --- src/spdx_python_model/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spdx_python_model/version.py b/src/spdx_python_model/version.py index cd88aee..ee9f511 100644 --- a/src/spdx_python_model/version.py +++ b/src/spdx_python_model/version.py @@ -2,4 +2,4 @@ # SPDX-License-Identifier: Apache-2.0 # -VERSION = "0.0.3" +VERSION = "0.0.4"