Skip to content

Commit 5c46f58

Browse files
author
semantic-release
committed
chore(release): 10.4.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release@bot.local>
1 parent 4d01e87 commit 5c46f58

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
<!-- version list -->
44

5+
## v10.4.1 (2025-07-08)
6+
7+
### Bug Fixes
8+
9+
- Add runtime dependnecy `typing_extensions>=4.6; python_version<"3.13"`
10+
([#845](https://github.com/CycloneDX/cyclonedx-python-lib/pull/845),
11+
[`95b560a`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/95b560a6730bc8bb43c41768a33ad221ba9ca283))
12+
13+
- Added runtime dependnecy `referencing>=0.28.4"`
14+
([#846](https://github.com/CycloneDX/cyclonedx-python-lib/pull/846),
15+
[`4d01e87`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/4d01e87dcf7a118d7f0011b669809d5df9bfd9d5))
16+
17+
518
## v10.4.0 (2025-07-08)
619

720
### Bug Fixes

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__ = "10.4.0" # noqa:Q000
25+
__version__ = "10.4.1" # noqa:Q000

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# The full version, including alpha/beta/rc tags
2525
# !! version is managed by semantic_release
26-
release = '10.4.0'
26+
release = '10.4.1'
2727

2828
# -- General configuration ---------------------------------------------------
2929

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 = "10.4.0"
8+
version = "10.4.1"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <phorton@sonatype.com>",

0 commit comments

Comments
 (0)