Skip to content

Commit 4293101

Browse files
author
semantic-release
committed
chore(release): 7.3.2
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release@bot.local>
1 parent 8df488c commit 4293101

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.2 (2024-04-26)
6+
7+
### Fix
8+
9+
* fix: properly sort components based on all properties (#599)
10+
11+
reverts #587 - as this one introduced errors
12+
fixes #598
13+
fixes #586
14+
15+
---------
16+
17+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt;
18+
Signed-off-by: Paul Horton &lt;paul.horton@owasp.org&gt;
19+
Co-authored-by: Paul Horton &lt;paul.horton@owasp.org&gt; ([`8df488c`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/8df488cb422a6363421fee39714df4e8e8e7a593))
20+
21+
522
## v7.3.1 (2024-04-22)
623

724
### 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.1" # noqa:Q000
23+
__version__ = "7.3.2" # 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.1'
23+
release = '7.3.2'
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.1"
8+
version = "7.3.2"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <phorton@sonatype.com>",

0 commit comments

Comments
 (0)