From 93415b49ef1c53c87450eb8f376daffdc52e8ce1 Mon Sep 17 00:00:00 2001 From: skyman2413 Date: Thu, 2 May 2024 17:20:06 +0300 Subject: [PATCH] Bump to 2.12.2 --- HISTORY.md | 4 ++++ cybsi/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7f6cb04..c995465 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ Release History =============== +2.12.2 (2024-05-02) +------------------- +- Add .version() method to CybsiAsyncClient +- Docfix of DictionaryItemForm and DictItemAttributeValue 2.12.1 (2024-04-26) ------------------- diff --git a/cybsi/__version__.py b/cybsi/__version__.py index ad948f4..5de71cf 100644 --- a/cybsi/__version__.py +++ b/cybsi/__version__.py @@ -1,4 +1,4 @@ -__version__ = "2.12.1" +__version__ = "2.12.2" __title__ = "cybsi-python-sdk" __description__ = "Cybersecurity threat intelligence development kit" __license__ = "Apache License 2.0" diff --git a/pyproject.toml b/pyproject.toml index 7c77a78..cb34a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cybsi-sdk" -version = "2.12.1" +version = "2.12.2" description = "Cybsi development kit" authors = ["Cybsi SDK developers"] license = "Apache License 2.0" @@ -42,7 +42,7 @@ extend_skip = ["__init__.py"] [tool.tbump] [tool.tbump.version] -current = "2.12.1" +current = "2.12.2" regex = ''' ^