Skip to content

Commit 25ea611

Browse files
author
semantic-release
committed
chore(release): 7.3.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent d784685 commit 25ea611

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33

44

5+
## v7.3.1 (2024-04-22)
6+
7+
### Chore
8+
9+
* chore: semantic-release git commit/sign valid email address
10+
11+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`d437c40`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/d437c40caa70071f0fcfe4e3c970370ee32d4aba))
12+
13+
### Fix
14+
15+
* fix: include all fields of `Component` in `__lt__` function for #586 (#587)
16+
17+
Fixes #586.
18+
19+
Signed-off-by: Paul Horton &lt;[email protected]&gt; ([`d784685`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/d7846850d1ad33184d1d58b59fdf41a778d05900))
20+
21+
522
## v7.3.0 (2024-04-19)
623

724
### Feature

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.0" # noqa:Q000
23+
__version__ = "7.3.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.3.0'
23+
release = '7.3.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.3.0"
8+
version = "7.3.1"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",

0 commit comments

Comments
 (0)