Skip to content

Commit ca0e924

Browse files
author
semantic-release
committed
chore(release): 7.6.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent 35e00b4 commit ca0e924

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

5+
## v7.6.1 (2024-09-18)
6+
7+
### Fix
8+
9+
* fix: file copyright headers (#676)
10+
11+
utilizes flake8 plugin
12+
&lt;https://pypi.org/project/flake8-copyright-validator/&gt; to assert the
13+
correct headers
14+
15+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`35e00b4`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/35e00b4ee5a9306b9e97b011025409bcbfcef309))
16+
17+
518
## v7.6.0 (2024-08-14)
619

720
### Feature

cyclonedx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
# !! version is managed by semantic_release
2424
# do not use typing here, or else `semantic_release` might have issues finding the variable
25-
__version__ = "7.6.0" # noqa:Q000
25+
__version__ = "7.6.1" # noqa:Q000

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# The full version, including alpha/beta/rc tags
2222
# !! version is managed by semantic_release
23-
release = '7.6.0'
23+
release = '7.6.1'
2424

2525
# -- General configuration ---------------------------------------------------
2626

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "cyclonedx-python-lib"
77
# !! version is managed by semantic_release
8-
version = "7.6.0"
8+
version = "7.6.1"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)