Skip to content

Commit dc43959

Browse files
author
github-actions
committed
chore(release): 4.2.1
Automatically generated by python-semantic-release
1 parent e1bdfdd commit dc43959

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v4.2.1 (2023-09-06)
6+
7+
### Fix
8+
9+
* fix: `LicenseChoiceFactory.make_from_string()` prioritize SPDX id over expression (#427)
10+
11+
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`e1bdfdd`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/e1bdfddcfab97359fbde9f53dc65f56fc8ec4ba9))
12+
13+
514
## v4.2.0 (2023-09-06)
615

716
### 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__ = "4.2.0"
23+
__version__ = "4.2.1"

docs/conf.py

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

2323
# The full version, including alpha/beta/rc tags
2424
# !! version is managed by semantic_release
25-
release = '4.2.0'
25+
release = '4.2.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

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 = "4.2.0"
8+
version = "4.2.1"
99
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
1010
authors = ["Paul Horton <phorton@sonatype.com>"]
1111
maintainers = [

0 commit comments

Comments
 (0)