Skip to content

Commit 1821bf5

Browse files
author
semantic-release
committed
chore(release): 7.0.1-alpha.2
Automatically generated by python-semantic-release Signed-off-by: semantic-release <semantic-release@bot.local>
1 parent ed25cc5 commit 1821bf5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v7.0.1-alpha.2 (2025-07-09)
6+
57

68
## v6.1.3 (2025-07-08)
79

cyclonedx_py/__init__.py

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

1818
# !! version is managed by `semantic_release`
1919
# do not use typing here, or else `semantic_release` might have issues finding the variable
20-
__version__ = "7.0.0-alpha.1" # noqa:Q000
20+
__version__ = "7.0.1-alpha.2" # noqa:Q000
2121

2222
# There is no stable/public API.
2323
# 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
@@ -24,7 +24,7 @@
2424

2525
# The full version, including alpha/beta/rc tags
2626
# !! version is managed by semantic_release
27-
release = "7.0.0-alpha.1"
27+
release = "7.0.1-alpha.2"
2828

2929
# -- General configuration ---------------------------------------------------
3030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[tool.poetry]
88
name = "cyclonedx-bom"
9-
version = "7.0.0-alpha.1"
9+
version = "7.0.1-alpha.2"
1010
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1111
authors = [
1212
"Jan Kowalleck <jan.kowalleck@gmail.com>",

0 commit comments

Comments
 (0)