Skip to content

Commit 51ce89f

Browse files
author
semantic-release
committed
chore(release): 7.5.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent b40f739 commit 51ce89f

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.5.1 (2024-07-08)
6+
7+
### Fix
8+
9+
* fix: XML serialize `normalizedString` and `token` properly (#646)
10+
11+
fixes #638
12+
13+
---------
14+
15+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`b40f739`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b40f739206a44f7dbd94042fb5e1a37c047ea024))
16+
17+
518
## v7.5.0 (2024-07-04)
619

720
### Feature

cyclonedx/__init__.py

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

2121
# !! version is managed by semantic_release
2222
# do not use typing here, or else `semantic_release` might have issues finding the variable
23-
__version__ = "7.5.0" # noqa:Q000
23+
__version__ = "7.5.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.5.0'
23+
release = '7.5.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.5.0"
8+
version = "7.5.1"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)