Skip to content

Commit

Permalink
chore(release): 4.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release

Signed-off-by: semantic-release <semantic-release@bot.local>
  • Loading branch information
semantic-release committed Apr 26, 2024
1 parent aa715c0 commit a8f1944
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@



## v4.4.3 (2024-04-26)

### Fix

* fix: do not use `cyclonedx-lib==7.3.1` (#729)

add regression test for #727
fixes #727

---------

Signed-off-by: Jan Kowalleck &lt;jan.kowalleck@gmail.com&gt; ([`aa715c0`](https://github.com/CycloneDX/cyclonedx-python/commit/aa715c0e94045c35fda7b6908c3c59cb84fb5e0c))


## v4.4.2 (2024-04-21)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion cyclonedx_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# !! version is managed by `semantic_release`
# do not use typing here, or else `semantic_release` might have issues finding the variable
__version__ = "4.4.2" # noqa:Q000
__version__ = "4.4.3" # noqa:Q000

# There is no stable/public API.
# However, you might call the stable CLI instead, like so:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# The full version, including alpha/beta/rc tags
# !! version is managed by semantic_release
release = "4.4.2"
release = "4.4.3"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
# keep in sync with `cyclonedx_py/_internal/utils/cdx.py`
name = "cyclonedx-bom"
version = "4.4.2"
version = "4.4.3"
description = "CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments"
authors = [
"Jan Kowalleck <jan.kowalleck@gmail.com>",
Expand Down

0 comments on commit a8f1944

Please sign in to comment.