Skip to content

Commit f76165e

Browse files
authored
Merge pull request #120 from fossology/chore/minor-release-3.1.0
chore(update): create new minor release
2 parents 7e5e33b + e53d496 commit f76165e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A simple wrapper for the Fossology REST API.
2626

2727
See `the OpenAPI specification <https://raw.githubusercontent.com/fossology/fossology/master/src/www/ui/api/documentation/openapi.yaml>`_ used to implement this library.
2828

29-
Current release is compatible with **Fossology version 4.2.1** - API version 1.4.3.
29+
Current release is compatible with **Fossology version 4.4.0-rc1** - API version 2.0.0 (not all endpoints are supported)
3030

3131
`See release notes <https://github.com/fossology/fossology-python/releases>`_ for all details.
3232

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 = "3.0.0"
25+
release = "3.1.0"
2626

2727

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

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 = "fossology"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
description = "A library to automate Fossology from Python scripts"
55
authors = ["Marion Deveaud <marion.deveaud@siemens.com>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)