Skip to content

Commit b717aa8

Browse files
committed
feat: release version 1.2.2
1 parent 9be6f3b commit b717aa8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# SW360 Base Library for Python
77

8-
## NEXT
8+
## V1.2.2
99

1010
* fix: download_xxx_attachment now raises an SW360Error for failed downloads
1111
instead of silently creating a file containing the JSON answer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[tool.poetry]
55
name = "sw360"
6-
version = "1.2.1"
6+
version = "1.2.2"
77
description = "Python interface to the SW360 software component catalogue"
88
authors = ["Thomas Graf <thomas.graf@siemens.com>",
99
"Gernot Hillier <gernot.hillier@siemens.com>"]

sw360/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# SPDX-License-Identifier: MIT
88
# -------------------------------------------------------------------------------
99

10-
__version__ = (1, 2, 0)
10+
__version__ = (1, 2, 2)
1111

1212
from .sw360_api import SW360 # noqa: F401
1313
from .sw360error import SW360Error # noqa: F401

0 commit comments

Comments
 (0)