Skip to content

Commit

Permalink
feat: release version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
t-graf committed Jul 19, 2024
1 parent 0d6e498 commit 99b2bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

# SW360 Base Library for Python

## NEXT
## V1.5.1

* update requests 2.31.0 => 2.32.2 to fix CVE-2024-35195.
* update transient dependencies.

## V1.5.0

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, 5, 0)
__version__ = (1, 5, 1)

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

0 comments on commit 99b2bcc

Please sign in to comment.