Skip to content

Commit

Permalink
Merge pull request #10 from sw360/develop
Browse files Browse the repository at this point in the history
release version 1.1.2
  • Loading branch information
tngraf committed Feb 7, 2022
2 parents 4ab36de + b1ceb55 commit c7b0867
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 129 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# SW360 Base Library for Python

## NEXT
## V1.2.0
* new method `update_project_release_relationship`.
* original get_health_status() endpoint URL has been restored by the SW360 team.
* fix: better check assumptions on returned data, see https://github.com/sw360/sw360python/issues/5.
* `update_project` has a new parameter `add_subprojects` to only **add** the new
sub-projects and not to overwrite all existing sub-projects.

## 1.1.0
## V1.1.0
* New method `duplicate_project` to create a copy of an existing project.

## 1.0.0
## V1.0.0
* **New Features**:
* `get_projects_by_tag` added.
* `get_releases_by_name` added.
Expand Down
2 changes: 1 addition & 1 deletion docs-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# -- Project information -----------------------------------------------------

project = 'Python interface for SW360'
copyright = '2020, Siemens AG'
copyright = '2020-2022, Siemens AG'
author = 'Thomas Graf'


Expand Down

0 comments on commit c7b0867

Please sign in to comment.