Skip to content

Commit

Permalink
feat: release version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-graf committed Feb 10, 2025
1 parent e9a7056 commit fec70ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# SW360 Base Library for Python

## UNRELEASED
## V1.9.0

* use SW360 support for `update_project_releases(..., add=True)` instead of our own code.
This allows to pass a dict with release details (e.g. project mainline state or relation).
Expand Down
6 changes: 3 additions & 3 deletions SBOM/sbom.cdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -1216,9 +1216,9 @@
],
"name": "sw360",
"type": "library",
"version": "1.8.1"
"version": "1.9.0"
},
"timestamp": "2025-01-23T10:55:12.128406+00:00",
"timestamp": "2025-02-11T10:55:12.128406+00:00",
"tools": {
"components": [
{
Expand Down Expand Up @@ -1325,4 +1325,4 @@
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tool.poetry]
name = "sw360"
version = "1.8.1"
version = "1.9.0"
description = "Python interface to the SW360 software component catalogue"
authors = ["Thomas Graf <[email protected]>",
"Gernot Hillier <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion sw360/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# SPDX-License-Identifier: MIT
# -------------------------------------------------------------------------------

__version__ = (1, 8, 1)
__version__ = (1, 9, 0)

from .sw360_api import SW360
from .sw360error import SW360Error
Expand Down

0 comments on commit fec70ce

Please sign in to comment.