From e53d4969653db490fd1081b4d58ef30597e8538e Mon Sep 17 00:00:00 2001 From: Marion Deveaud Date: Tue, 19 Dec 2023 15:29:37 +0100 Subject: [PATCH] chore(update): create new minor release --- README.rst | 2 +- docs-source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e89603a..963d6a1 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ A simple wrapper for the Fossology REST API. See `the OpenAPI specification `_ used to implement this library. -Current release is compatible with **Fossology version 4.2.1** - API version 1.4.3. +Current release is compatible with **Fossology version 4.4.0-rc1** - API version 2.0.0 (not all endpoints are supported) `See release notes `_ for all details. diff --git a/docs-source/conf.py b/docs-source/conf.py index 750c21b..e145e17 100644 --- a/docs-source/conf.py +++ b/docs-source/conf.py @@ -22,7 +22,7 @@ copyright = "2021, Siemens AG" # The full version, including major/minor/patch tags -release = "3.0.0" +release = "3.1.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 58334af..633ceaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fossology" -version = "3.0.0" +version = "3.1.0" description = "A library to automate Fossology from Python scripts" authors = ["Marion Deveaud "] license = "MIT License"