Skip to content

Commit 2f0065b

Browse files
committed
docs: updates for version 0.9
1 parent b6beaad commit 2f0065b

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SW360 Base Library for Python
22

3-
## NEXT
3+
## V0.9
44
* relicensed to MIT.
55
* **Breaking API changes**:
66
* create_new_{component,release,project} now have parameters for required attributes
@@ -17,6 +17,7 @@
1717
* **Improvements**:
1818
* Debug option to supress session handling.
1919
* unit tests added.
20+
* published on GitHub.
2021

2122
## V0.5 (2020-04-16)
2223
* rename parameters for methods get_{release,component}_by_external_id

Readme.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@
22

33
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/tngraf/Python-GitHub-Example/blob/main/LICENSE)
44
[![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/fossology.svg)](https://pypi.org/project/fossology)
5+
[![PyPI Version](https://badge.fury.io/py/fossology.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

99
This Python project implements the REST API of [SW360](https://www.eclipse.org/sw360/)
1010
and allows an easy way to interact with SW360.
1111

12-
## Documentation
13-
14-
Have a look at the documentation: https://sw360.code.siemens.io/sw360-python.
15-
16-
1712
## Usage
1813

1914
### Installation

0 commit comments

Comments
 (0)