Skip to content

Commit c7b0867

Browse files
authored
Merge pull request #10 from sw360/develop
release version 1.1.2
2 parents 4ab36de + b1ceb55 commit c7b0867

6 files changed

Lines changed: 250 additions & 129 deletions

File tree

ChangeLog.md

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

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

10-
## 1.1.0
10+
## V1.1.0
1111
* New method `duplicate_project` to create a copy of an existing project.
1212

13-
## 1.0.0
13+
## V1.0.0
1414
* **New Features**:
1515
* `get_projects_by_tag` added.
1616
* `get_releases_by_name` added.

docs-source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = 'Python interface for SW360'
25-
copyright = '2020, Siemens AG'
25+
copyright = '2020-2022, Siemens AG'
2626
author = 'Thomas Graf'
2727

2828

0 commit comments

Comments
 (0)