Skip to content

Commit e398ba7

Browse files
authored
Merge branch 'main' into 5.0.0-dev
2 parents 633ef46 + 7e0a4c0 commit e398ba7

File tree

4 files changed

+37
-7
lines changed

4 files changed

+37
-7
lines changed

CHANGELOG.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,43 @@
22

33

44

5-
## v4.6.1-alpha.1 (2024-09-23)
5+
## v4.6.1 (2024-09-30)
66

77
### Chore
88

9-
* chore: trusted publishing
9+
* chore: trusted publishing (#795)
1010

11-
Signed-off-by: Jan Kowalleck <[email protected]> ([`07b5e83`](https://github.com/CycloneDX/cyclonedx-python/commit/07b5e83c18fd3c02f917bca1faa00d42e6665647))
11+
fixes #794
12+
13+
---------
14+
15+
Signed-off-by: Jan Kowalleck <[email protected]>
16+
Signed-off-by: semantic-release <[email protected]>
17+
Co-authored-by: semantic-release <[email protected]> ([`721f12d`](https://github.com/CycloneDX/cyclonedx-python/commit/721f12d1a5799e9766fd4da79f54fd11c5776824))
18+
19+
### Documentation
20+
21+
* docs: contrib and setup hint
22+
23+
Signed-off-by: Jan Kowalleck <[email protected]> ([`2ae46ff`](https://github.com/CycloneDX/cyclonedx-python/commit/2ae46ff222067724d4f1e5e23335cd342f6775a6))
24+
25+
### Fix
26+
27+
* fix: help page for sub command "environment" on windows (#805)
28+
29+
fixes #804
30+
31+
---------
32+
33+
Signed-off-by: Steve (Gadget) Barnes <[email protected]>
34+
Signed-off-by: Jan Kowalleck <[email protected]>
35+
Co-authored-by: Jan Kowalleck <[email protected]> ([`9e8a5d7`](https://github.com/CycloneDX/cyclonedx-python/commit/9e8a5d72045b3477e5523ed891493c29a584f35f))
36+
37+
### Unknown
38+
39+
* tests: consolidate cli runner (#806)
40+
41+
Signed-off-by: Jan Kowalleck <[email protected]> ([`c7b5b1a`](https://github.com/CycloneDX/cyclonedx-python/commit/c7b5b1a37332b3991f3066d306cb179d6004fe5a))
1242

1343

1444
## v4.6.0 (2024-09-20)

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__ = "4.6.1-alpha.1" # noqa:Q000
20+
__version__ = "4.6.1" # 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 = "4.6.1-alpha.1"
25+
release = "4.6.1"
2626

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77
[tool.poetry]
88
# keep in sync with `cyclonedx_py/_internal/utils/cdx.py`
99
name = "cyclonedx-bom"
10-
version = "4.6.1-alpha.1"
10+
version = "4.6.1"
1111
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1212
authors = [
1313
"Jan Kowalleck <[email protected]>",
@@ -92,7 +92,7 @@ isort = "5.13.2"
9292
autopep8 = "2.3.1"
9393
mypy = "1.11.2"
9494
bandit = "1.7.10"
95-
tox = "4.20.0"
95+
tox = "4.21.2"
9696
# min version required to be able to install some dependencies
9797
# see https://github.com/MichaelKim0407/flake8-use-fstring/issues/33
9898
setuptools = ">= 47.0.0"

0 commit comments

Comments
 (0)