Skip to content

Commit

Permalink
feat: release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed Apr 20, 2024
1 parent 07882fe commit 91d38c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.4.1"
version = "1.5.0"
description = "Python interface to the SW360 software component catalogue"
authors = ["Thomas Graf <thomas.graf@siemens.com>",
"Gernot Hillier <gernot.hillier@siemens.com>"]
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, 4, 1)
__version__ = (1, 5, 0)

from .sw360_api import SW360
from .sw360error import SW360Error
Expand Down
2 changes: 1 addition & 1 deletion sw360/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# SPDX-License-Identifier: MIT
# -------------------------------------------------------------------------------

from typing import Any, Dict, Optional, Tuple, Union, List
from typing import Any, Dict, List, Optional, Tuple, Union

import requests

Expand Down

0 comments on commit 91d38c7

Please sign in to comment.