From df31b820b3abc954fe0da7018470aee69a0a2196 Mon Sep 17 00:00:00 2001 From: Nikita Turchaninov Date: Fri, 3 Nov 2023 11:59:34 +0300 Subject: [PATCH] Bump to 1.0.6 --- HISTORY.md | 5 +++++ cybsi/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7fe11b4..c19b6d3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ Release History =============== +1.0.6 (2023-11-03) +------------------ + +- Drop python 3.7 support + 1.0.5 (2023-11-01) ------------------ diff --git a/cybsi/__version__.py b/cybsi/__version__.py index 495eb3d..7388aac 100644 --- a/cybsi/__version__.py +++ b/cybsi/__version__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.5" +__version__ = "1.0.6" __title__ = "cybsi-cloud-sdk" __description__ = "Cybsi Cloud development kit" __license__ = "Apache License 2.0" diff --git a/pyproject.toml b/pyproject.toml index 5e117b8..de2cc02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cybsi-cloud-sdk" -version = "1.0.5" +version = "1.0.6" description = "Cybsi Cloud development kit" authors = ["Cybsi Cloud developers"] license = "Apache License 2.0" @@ -41,7 +41,7 @@ extend_skip = ["__init__.py"] [tool.tbump] [tool.tbump.version] -current = "1.0.5" +current = "1.0.6" regex = ''' ^