File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## v9.1.1-rc.1 (2025-03-03)
6
+
7
+
5
8
## v9.1.0 (2025-02-27)
6
9
7
10
### Feature
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__ = "9.1.0 " # noqa:Q000
25
+ __version__ = "9.1.1-rc.1 " # noqa:Q000
Original file line number Diff line number Diff line change 23
23
24
24
# The full version, including alpha/beta/rc tags
25
25
# !! version is managed by semantic_release
26
- release = '9.1.0 '
26
+ release = '9.1.1-rc.1 '
27
27
28
28
# -- General configuration ---------------------------------------------------
29
29
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 = " 9.1.0 "
8
+ version = " 9.1.1-rc.1 "
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