Skip to content

Commit 46b88ab

Browse files
committed
feat: release version 1.2.1
1 parent 8de30c8 commit 46b88ab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SW360 Base Library for Python
22

3-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/tngraf/Python-GitHub-Example/blob/main/LICENSE)
4-
[![Python Version](https://img.shields.io/badge/python-3.6%2C3.7%2C3.8%2C3.9-yellow?logo=python)](https://www.python.org/doc/versions/)
5-
[![PyPI version](https://badge.fury.io/py/sw360.svg)](https://badge.fury.io/py/sw360)
3+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sw360/sw360python/blob/master/License.md)
4+
[![Python Version](https://img.shields.io/badge/python-3.7%2C3.8%2C3.9-yellow?logo=python)](https://www.python.org/doc/versions/)
5+
[![PyPI version](https://badge.fury.io/py/sw360.svg)](https://pypi.org/project/sw360/)
66
[![Static checks](https://github.com/sw360/sw360python/actions/workflows/python-package.yml/badge.svg)](https://github.com/sw360/sw360python/actions/workflows/python-package.yml)
77
[![Unit tests](https://github.com/sw360/sw360python/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sw360/sw360python/actions/workflows/unit-test.yml)
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sw360"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Python interface to the SW360 software component catalogue"
55
authors = ["Thomas Graf <thomas.graf@siemens.com>",
66
"Gernot Hillier <gernot.hillier@siemens.com>"]

0 commit comments

Comments
 (0)