diff --git a/ChangeLog.md b/ChangeLog.md index 716f807..712fbd4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,9 +3,9 @@ # SPDX-License-Identifier: MIT --> -# Software Clearing Automation +# CaPyCli - Clearing Automation Python Command Line Tool for SW360 -## NEXT +## 2.0.0 (2023-06-02) * Have an updated granularity list. * Re-enable support for Python 3.8 and 3.9. diff --git a/pyproject.toml b/pyproject.toml index 56c8b04..f390d24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ [tool.poetry] name = "capycli" -version = "2.0.0.dev8" -description = "CaPyCli - Clearing Automation Python Command Line Interface" +version = "2.0.0" +description = "CaPyCli - Clearing Automation Python Command Line Interface for SW360" authors = ["Thomas Graf "] license = "MIT" readme="Readme.md" diff --git a/requirements.txt b/requirements.txt index 60806d7..35c9b96 100644 Binary files a/requirements.txt and b/requirements.txt differ