Skip to content

Commit 5b4b4f2

Browse files
committed
chore(update): major update 2.0.0
1 parent ca42bfa commit 5b4b4f2

File tree

5 files changed

+460
-293
lines changed

5 files changed

+460
-293
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ See `the OpenAPI specification <https://raw.githubusercontent.com/fossology/foss
2727
- 1.2.1 (Fossology 3.10.0)
2828
- 1.3.2 (Fossology 3.11.0)
2929
- 1.4.0 (Fossology 4.0.0)
30+
- 1.4.3 (Fossology 4.1.0)
31+
32+
**NOTE**
33+
34+
Version 2.0.0 of `fossology-python` only supports Fossology API version 1.4.3 onwards because of a breaking change in
35+
the version format returned by the API. Other earlier version of the wrapper support a wider range of API versions,
36+
e.g. 1.5.0 supports Fossology API 1.2.1 to 1.4.0.
3037

3138
Documentation
3239
=============

docs-source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
copyright = "2021, Siemens AG"
2323

2424
# The full version, including major/minor/patch tags
25-
release = "1.5.0"
25+
release = "2.0.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs-source/sample_workflow.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ Clean up
214214
========
215215

216216
Cleanup created report and token files
217+
217218
>>> os.unlink(name)
218219
>>> os.unlink(path_to_upload_file)
219220
>>> os.unlink(path_to_token_file)

0 commit comments

Comments
 (0)