From 24b8e5eac8c593d65a386512fa99d849751ad0af Mon Sep 17 00:00:00 2001 From: Marion Deveaud Date: Fri, 16 Feb 2024 09:46:56 +0100 Subject: [PATCH] feat(release): new patch version 3.1.1 --- README.rst | 4 ++-- docs-source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a8035f6..a05878a 100644 --- a/README.rst +++ b/README.rst @@ -26,11 +26,11 @@ 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.4.0-rc1** - API version 2.0.0 (not all endpoints are supported) +Current release is compatible with **Fossology version 4.4.0** - API version 2.0.0 (not all endpoints are supported) `See release notes `_ for all details. - The list of unsupported API features is documented in `issue #52 `_. + If you miss an API Endpoint, please open a new issue or contribute a pull request. Documentation ============= diff --git a/docs-source/conf.py b/docs-source/conf.py index e145e17..6ac2f57 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.1.0" +release = "3.1.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 633ceaa..33cf935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fossology" -version = "3.1.0" +version = "3.1.1" description = "A library to automate Fossology from Python scripts" authors = ["Marion Deveaud "] license = "MIT License"