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<!-- version list -->
44
5+ ## v6.1.3 (2025-07-08)
6+
7+ ### Bug Fixes
8+
9+ - License file detection according to PEP621
10+ ([ #929 ] ( https://github.com/CycloneDX/cyclonedx-python/pull/929 ) ,
11+ [ ` 28dcbf7 ` ] ( https://github.com/CycloneDX/cyclonedx-python/commit/28dcbf7949b8f0cfa51f217c6e3939ce9d9926c2 ) )
12+
13+
514## v6.1.2 (2025-06-26)
615
716### Bug Fixes
Original file line number Diff line number Diff line change 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__ = "6.1.2 " # noqa:Q000
20+ __version__ = "6.1.3 " # noqa:Q000
2121
2222# There is no stable/public API.
2323# However, you might call the stable CLI instead, like so:
Original file line number Diff line number Diff line change 2424
2525# The full version, including alpha/beta/rc tags
2626# !! version is managed by semantic_release
27- release = "6.1.2 "
27+ release = "6.1.3 "
2828
2929# -- General configuration ---------------------------------------------------
3030
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
77[tool .poetry ]
88name = " cyclonedx-bom"
9- version = " 6.1.2 "
9+ version = " 6.1.3 "
1010description = " CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
1111authors = [
1212 " Jan Kowalleck <jan.kowalleck@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments