Skip to content

Commit 721777f

Browse files
committed
feat: release version 1.4.0
1 parent aaf2079 commit 721777f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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-
## V1.3.2rc1
8+
## V1.4.0
99

1010
* have type hints.
1111
* drop support for Python 3.7.

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# SW360 Base Library for Python
77

88
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sw360/sw360python/blob/master/License.md)
9-
[![Python Version](https://img.shields.io/badge/python-3.7%2C3.8%2C3.9-yellow?logo=python)](https://www.python.org/doc/versions/)
10-
[![PyPI version](https://img.shields.io/badge/pypi%20package-1.3.1-green)](https://pypi.org/project/sw360/)
9+
[![Python Version](https://img.shields.io/badge/python-3.8%2C3.9%2C3.10%2C3.11-yellow?logo=python)](https://www.python.org/doc/versions/)
10+
[![PyPI version](https://img.shields.io/badge/pypi%20package-1.4.0-green)](https://pypi.org/project/sw360/)
1111
[![Static checks](https://github.com/sw360/sw360python/actions/workflows/static-checks.yml/badge.svg)](https://github.com/sw360/sw360python/actions/workflows/static-checks.yml)
1212
[![Unit tests](https://github.com/sw360/sw360python/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sw360/sw360python/actions/workflows/unit-test.yml)
1313
[![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/tngraf/6ab639b6f9d1f6161d3db52d348d2997/raw/666fa870981726e1fa3469b6aa668c20fdd9d1b2/sw360python-cobertura-coverage.json&color=green)](https://github.com/sw360/sw360python/actions/workflows/unit-test.yml)

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.3.2rc1"
6+
version = "1.4.0"
77
description = "Python interface to the SW360 software component catalogue"
88
authors = ["Thomas Graf <[email protected]>",
99
"Gernot Hillier <[email protected]>"]

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, 3, 2)
10+
__version__ = (1, 4, 0)
1111

1212
from .sw360_api import SW360
1313
from .sw360error import SW360Error

0 commit comments

Comments
 (0)