From 456f54fe596c2ebc163befc30619716e20e17b70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:27:47 +0100 Subject: [PATCH] chore(main): release 0.1.5 (#15) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- telicent_labels/telicent_model.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1224a6f..22f57b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/telicent-oss/label-builder/compare/v0.1.4...v0.1.5) (2024-08-21) + + +### Miscellaneous + +* update min version for label-builder-service ([#14](https://github.com/telicent-oss/label-builder/issues/14)) ([8db639e](https://github.com/telicent-oss/label-builder/commit/8db639ec53ae666299965db610a168408e573842)) + ## [0.1.4](https://github.com/telicent-oss/label-builder/compare/v0.1.3...v0.1.4) (2024-08-20) diff --git a/pyproject.toml b/pyproject.toml index 8441519..6d6b43e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "telicent-label-builder" -version = "0.1.4" +version = "0.1.5" authors = [{name = "Telicent Ltd", email = "opensource@telicent.io"}] description = "A helper package for creating and building security labels for telicent-lib" requires-python = ">=3.10" diff --git a/telicent_labels/telicent_model.py b/telicent_labels/telicent_model.py index ef30af4..6e80536 100644 --- a/telicent_labels/telicent_model.py +++ b/telicent_labels/telicent_model.py @@ -44,7 +44,7 @@ def run_api(cls, custom_router: APIRouter | None = None): class TelicentModel(TelicentMixin): apiVersion: str | None = "v1alpha" - specification: str | None = "***REMOVED***" + specification: str | None = "UKIC v3.0" identifier: str classification: str permittedOrgs: list[str]