Skip to content

Commit c98c646

Browse files
author
semantic-release
committed
chore(release): 4.3.2-alpha.1
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release@bot.local>
1 parent 44608d0 commit c98c646

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v4.3.2-alpha.1 (2024-04-21)
6+
7+
### Unknown
8+
9+
* Update release.yml
10+
11+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`44608d0`](https://github.com/CycloneDX/cyclonedx-python/commit/44608d06b4d5f0679c59806da2b000ac1648aa23))
12+
13+
* Update docker.yml
14+
15+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`3c9428f`](https://github.com/CycloneDX/cyclonedx-python/commit/3c9428f0398115deeca66b2d81a3d82348910a50))
16+
17+
* Update release.yml
18+
19+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`fba87d9`](https://github.com/CycloneDX/cyclonedx-python/commit/fba87d9b13b8e6c03414b8ec1c7169817989dae0))
20+
21+
* Update release.yml
22+
23+
Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`43a3dad`](https://github.com/CycloneDX/cyclonedx-python/commit/43a3dad0cafee3345d505a63741a282392c06236))
24+
25+
526
## v4.3.1-alpha.1 (2024-04-20)
627

728
### Chore

cyclonedx_py/__init__.py

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

1616
# !! version is managed by `semantic_release`
1717
# do not use typing here, or else `semantic_release` might have issues finding the variable
18-
__version__ = "4.3.1-alpha.1" # noqa:Q000
18+
__version__ = "4.3.2-alpha.1" # noqa:Q000
1919

2020
# There is no stable/public API.
2121
# However, you might call the stable CLI instead, like so:

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.3.1-alpha.1"
25+
release = "4.3.2-alpha.1"
2626

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77
[tool.poetry]
88
# keep in sync with `cyclonedx_py/_internal/utils/cdx.py`
99
name = "cyclonedx-bom"
10-
version = "4.3.1-alpha.1"
10+
version = "4.3.2-alpha.1"
1111
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1212
authors = [
1313
"Jan Kowalleck <jan.kowalleck@gmail.com>",

0 commit comments

Comments
 (0)