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 2
2
3
3
4
4
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
+
5
14
## v8.1.0 (2024-10-21)
6
15
7
16
### Documentation
Original file line number Diff line number Diff line change 22
22
23
23
# !! version is managed by semantic_release
24
24
# 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 20
20
21
21
# The full version, including alpha/beta/rc tags
22
22
# !! version is managed by semantic_release
23
- release = '8.1 .0'
23
+ release = '8.2 .0'
24
24
25
25
# -- General configuration ---------------------------------------------------
26
26
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
[tool .poetry ]
6
6
name = " cyclonedx-python-lib"
7
7
# !! version is managed by semantic_release
8
- version = " 8.1 .0"
8
+ version = " 8.2 .0"
9
9
description = " Python library for CycloneDX"
10
10
authors = [
11
11
" Paul Horton <phorton@sonatype.com>" ,
You can’t perform that action at this time.
0 commit comments