Skip to content

Commit 9e00604

Browse files
author
semantic-release
committed
chore(release): 7.3.4
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent b331aeb commit 9e00604

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.3.4 (2024-05-06)
6+
7+
### Fix
8+
9+
* fix: allow suppliers with empty-string names (#611)
10+
11+
fixes #600
12+
13+
---------
14+
15+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`b331aeb`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b331aeb4b7261c7b1359c592b2dcda27bd35e369))
16+
17+
518
## v7.3.3 (2024-05-06)
619

720
### Chore

cyclonedx/__init__.py

Lines changed: 1 addition & 1 deletion
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.3.3" # noqa:Q000
23+
__version__ = "7.3.4" # 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.3.3'
23+
release = '7.3.4'
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.3.3"
8+
version = "7.3.4"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)