Skip to content

Commit e05fc17

Browse files
committed
release version 1.0.0
1 parent 48fd01b commit e05fc17

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* `get_projects_by_tag` added.
66
* `get_releases_by_name` added.
77
* `get_all_vendors` added.
8-
* We have covered nearly all of the possibel REST API calls.
9-
The library is successfully being used by multiple projects.
8+
* We have covered nearly all of the possibel REST API calls.
9+
The library is successfully being used by multiple projects.
1010
Time to release version 1.0.0.
1111

1212
## V0.9.1

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 = "0.9.1"
3+
version = "1.0.0"
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>"]

sw360/__init__.py

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

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

1212
from .sw360_api import SW360, SW360Error # noqa: F401

0 commit comments

Comments
 (0)