From 7dea238b0718f6bb3fee1ed2cbfda461ef295ae8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 21 Apr 2024 10:26:35 +0000 Subject: [PATCH] chore(release): 4.3.3-alpha.1 Automatically generated by python-semantic-release Signed-off-by: semantic-release --- CHANGELOG.md | 9 +++++++++ cyclonedx_py/__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 5bfbc7c8..0e0b76ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v4.3.3-alpha.1 (2024-04-21) + +### Unknown + +* Update release.yml + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`f1c6136`](https://github.com/CycloneDX/cyclonedx-python/commit/f1c61360f94bcc5a64e3d7448c24b731fb570cca)) + + ## v4.3.2-alpha.1 (2024-04-21) ### Unknown diff --git a/cyclonedx_py/__init__.py b/cyclonedx_py/__init__.py index ae9b827c..6cee7c7c 100644 --- a/cyclonedx_py/__init__.py +++ b/cyclonedx_py/__init__.py @@ -15,7 +15,7 @@ # !! version is managed by `semantic_release` # do not use typing here, or else `semantic_release` might have issues finding the variable -__version__ = "4.3.2-alpha.1" # noqa:Q000 +__version__ = "4.3.3-alpha.1" # noqa:Q000 # There is no stable/public API. # However, you might call the stable CLI instead, like so: diff --git a/docs/conf.py b/docs/conf.py index e2ebae70..aec0a4cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ # The full version, including alpha/beta/rc tags # !! version is managed by semantic_release -release = "4.3.2-alpha.1" +release = "4.3.3-alpha.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 493e9984..af40c394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # keep in sync with `cyclonedx_py/_internal/utils/cdx.py` name = "cyclonedx-bom" -version = "4.3.2-alpha.1" +version = "4.3.3-alpha.1" description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments" authors = [ "Jan Kowalleck ",