From 41c3e4b3e33297cc6184c78844357a68e547d449 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 2 Nov 2023 11:56:51 +0000 Subject: [PATCH] chore(release): 5.1.1 Automatically generated by python-semantic-release Signed-off-by: semantic-release --- CHANGELOG.md | 9 +++++++++ cyclonedx/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c08a0d0..10f5deed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v5.1.1 (2023-11-02) + +### Fix + +* fix: update own `externalReferences` (#480) + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`edb3dde`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/edb3dde889c06755dd1963ed21dd803db3ea0dcc)) + + ## v5.1.0 (2023-10-31) ### Documentation diff --git a/cyclonedx/__init__.py b/cyclonedx/__init__.py index 91852cc9..8f7f1163 100644 --- a/cyclonedx/__init__.py +++ b/cyclonedx/__init__.py @@ -21,4 +21,4 @@ # !! version is managed by semantic_release # do not use typing here, or else `semantic_release` might have issues finding the variable # flake8: noqa -__version__ = "5.1.0" +__version__ = "5.1.1" diff --git a/docs/conf.py b/docs/conf.py index c29a277b..7b191a78 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # The full version, including alpha/beta/rc tags # !! version is managed by semantic_release -release = '5.1.0' +release = '5.1.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e259f3f6..7c34da1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cyclonedx-python-lib" # !! version is managed by semantic_release -version = "5.1.0" +version = "5.1.1" description = "Python library for CycloneDX" authors = [ "Paul Horton ",