From ca0e924339e601fbdd2e4c45f0dc6ba4f0f6c328 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 18 Sep 2024 13:53:18 +0000 Subject: [PATCH] chore(release): 7.6.1 Automatically generated by python-semantic-release Signed-off-by: semantic-release --- CHANGELOG.md | 13 +++++++++++++ cyclonedx/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 525b95e9..000aad78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v7.6.1 (2024-09-18) + +### Fix + +* fix: file copyright headers (#676) + +utilizes flake8 plugin +<https://pypi.org/project/flake8-copyright-validator/> to assert the +correct headers + +Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`35e00b4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/35e00b4ee5a9306b9e97b011025409bcbfcef309)) + + ## v7.6.0 (2024-08-14) ### Feature diff --git a/cyclonedx/__init__.py b/cyclonedx/__init__.py index 3c6cd2df..ebd01a59 100644 --- a/cyclonedx/__init__.py +++ b/cyclonedx/__init__.py @@ -22,4 +22,4 @@ # !! version is managed by semantic_release # do not use typing here, or else `semantic_release` might have issues finding the variable -__version__ = "7.6.0" # noqa:Q000 +__version__ = "7.6.1" # noqa:Q000 diff --git a/docs/conf.py b/docs/conf.py index ffa0cd72..a3acd4c8 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 = '7.6.0' +release = '7.6.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d64d5298..691037b2 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 = "7.6.0" +version = "7.6.1" description = "Python library for CycloneDX" authors = [ "Paul Horton ",