Skip to content

Commit c123aff

Browse files
authored
Merge branch 'main' into 8.0.0-dev
2 parents bef268b + ca0e924 commit c123aff

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
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+
<https://pypi.org/project/flake8-copyright-validator/> to assert the
13+
correct headers
14+
15+
Signed-off-by: Jan Kowalleck <[email protected]> ([`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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)