Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 21, 2024
1 parent 77a81b2 commit 456f54f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion telicent_labels/telicent_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 456f54f

Please # to comment.