Skip to content

Commit

Permalink
release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-graf committed Sep 17, 2021
1 parent 48fd01b commit e05fc17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* `get_projects_by_tag` added.
* `get_releases_by_name` added.
* `get_all_vendors` added.
* We have covered nearly all of the possibel REST API calls.
The library is successfully being used by multiple projects.
* We have covered nearly all of the possibel REST API calls.
The library is successfully being used by multiple projects.
Time to release version 1.0.0.

## V0.9.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sw360"
version = "0.9.1"
version = "1.0.0"
description = "Python interface to the SW360 software component catalogue"
authors = ["Thomas Graf <thomas.graf@siemens.com>",
"Gernot Hillier <gernot.hillier@siemens.com>"]
Expand Down
2 changes: 1 addition & 1 deletion sw360/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
# SPDX-License-Identifier: MIT
# -------------------------------------------------------------------------------

__version__ = (0, 9, 1)
__version__ = (1, 0, 0)

from .sw360_api import SW360, SW360Error # noqa: F401

0 comments on commit e05fc17

Please sign in to comment.