From 98b487cd0cde21de8e21ed4b2745377eceb7c0d0 Mon Sep 17 00:00:00 2001 From: Nikita Turchaninov Date: Tue, 7 Nov 2023 11:45:59 +0300 Subject: [PATCH] Bump to 1.0.7 --- HISTORY.md | 6 ++++++ cybsi/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c19b6d3..d5d69da 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ Release History =============== +1.0.7 (2023-11-07) +------------------ + +- Update dependencies +- Add python 3.12 support + 1.0.6 (2023-11-03) ------------------ diff --git a/cybsi/__version__.py b/cybsi/__version__.py index 7388aac..8624113 100644 --- a/cybsi/__version__.py +++ b/cybsi/__version__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.6" +__version__ = "1.0.7" __title__ = "cybsi-cloud-sdk" __description__ = "Cybsi Cloud development kit" __license__ = "Apache License 2.0" diff --git a/pyproject.toml b/pyproject.toml index 2d3b7cb..7843671 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cybsi-cloud-sdk" -version = "1.0.6" +version = "1.0.7" description = "Cybsi Cloud development kit" authors = ["Cybsi Cloud developers"] license = "Apache License 2.0" @@ -55,7 +55,7 @@ extend_skip = ["__init__.py"] [tool.tbump] [tool.tbump.version] -current = "1.0.6" +current = "1.0.7" regex = ''' ^