Skip to content

Commit f1538be

Browse files
author
semantic-release
committed
chore(release): 5.1.0
Automatically generated by python-semantic-release Signed-off-by: semantic-release <[email protected]>
1 parent f4eb79e commit f1538be

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+
## v5.1.0 (2024-10-23)
6+
7+
### Feature
8+
9+
* feat: add Python 3.13 support (#818)
10+
11+
Signed-off-by: Jan Kowalleck &lt;[email protected]&gt; ([`f4eb79e`](https://github.com/CycloneDX/cyclonedx-python/commit/f4eb79e50bd5a1462c47ad259d632937d951bf96))
12+
13+
514
## v5.0.0 (2024-10-15)
615

716
### Breaking

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__ = "5.0.0" # noqa:Q000
20+
__version__ = "5.1.0" # 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
@@ -22,7 +22,7 @@
2222

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

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

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 = "5.0.0"
9+
version = "5.1.0"
1010
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1111
authors = [
1212
"Jan Kowalleck <[email protected]>",

0 commit comments

Comments
 (0)