File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v8.2.0 (2024-10-22)
6+
7+ ### Feature
8+
9+ * feat: Add Python 3.13 support (#718 )
10+
11+ Signed-off-by: gruebel < ; anton.gruebel@gmail.com > ; ([ ` d4be3ba ` ] ( https://github.com/CycloneDX/cyclonedx-python-lib/commit/d4be3ba6b3ccc65553a7dd10ad559c1eddfbb19b ) )
12+
13+
514## v8.1.0 (2024-10-21)
615
716### Documentation
Original file line number Diff line number Diff line change 2222
2323# !! version is managed by semantic_release
2424# do not use typing here, or else `semantic_release` might have issues finding the variable
25- __version__ = "8.1 .0" # noqa:Q000
25+ __version__ = "8.2 .0" # noqa:Q000
Original file line number Diff line number Diff line change 2020
2121# The full version, including alpha/beta/rc tags
2222# !! version is managed by semantic_release
23- release = '8.1 .0'
23+ release = '8.2 .0'
2424
2525# -- General configuration ---------------------------------------------------
2626
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " cyclonedx-python-lib"
77# !! version is managed by semantic_release
8- version = " 8.1 .0"
8+ version = " 8.2 .0"
99description = " Python library for CycloneDX"
1010authors = [
1111 " Paul Horton <phorton@sonatype.com>" ,
You can’t perform that action at this time.
0 commit comments