Skip to content

Commit 8b0aa65

Browse files
committed
chore: rollback alpha version bumps
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 19de817 commit 8b0aa65

4 files changed

Lines changed: 3 additions & 25 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5-
## v11.7.1-alpha.2 (2026-05-04)
6-
7-
### Bug Fixes
8-
9-
- Address all zizmor security findings in GitHub Actions workflows
10-
([#969](https://github.com/CycloneDX/cyclonedx-python-lib/pull/969),
11-
[`0266714`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/0266714c6efb46a0d92c1cbb4b2904aa70f0151e))
12-
13-
### Build System
14-
15-
- Fine-tune permissions
16-
([`00b23a2`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/00b23a2f9d1f73d7ef698c04819ba90f089b2f7a))
17-
18-
- Fine-tune permissions
19-
([`b5fb42e`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/b5fb42e6d2dbef90a73d0b2bfe35a28fdf1ec588))
20-
21-
### Documentation
22-
23-
- Update CDX summary ([#951](https://github.com/CycloneDX/cyclonedx-python-lib/pull/951),
24-
[`752b162`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/752b1620a23e319add81c505fe7197a2ae3cca06))
25-
26-
275
## v11.7.0 (2026-03-17)
286

297
### Documentation

cyclonedx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
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__ = "11.7.1-alpha.2" # noqa:Q000
25+
__version__ = "11.7.0" # noqa:Q000

docs/conf.py

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

2424
# The full version, including alpha/beta/rc tags
2525
# !! version is managed by semantic_release
26-
release = '11.7.1-alpha.2'
26+
release = '11.7.0'
2727

2828
# -- General configuration ---------------------------------------------------
2929

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "cyclonedx-python-lib"
77
# !! version is managed by semantic_release
8-
version = "11.7.1-alpha.2"
8+
version = "11.7.0"
99
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <phorton@sonatype.com>",

0 commit comments

Comments
 (0)