From 74ce097c441cebea9756cde18a2cfc134654d1c1 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:08:21 +0000 Subject: [PATCH] chore(release): 5.2.0-beta.2 # [5.2.0-beta.2](https://github.com/splunk/addonfactory-solutions-library-python/compare/v5.2.0-beta.1...v5.2.0-beta.2) (2024-09-30) ### Features * add retry functionality to the splunk_rest_client ([#392](https://github.com/splunk/addonfactory-solutions-library-python/issues/392)) ([42e0093](https://github.com/splunk/addonfactory-solutions-library-python/commit/42e00939051165e1866a61f4657199a6ce234ff9)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 76add752..5e9ceb5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "5.2.0-beta.1" +version = "5.2.0-beta.2" description = "The Splunk Software Development Kit for Splunk Solutions" authors = ["Splunk "] license = "Apache-2.0" diff --git a/solnlib/__init__.py b/solnlib/__init__.py index 425e6531..1a66bc3a 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -56,4 +56,4 @@ "utils", ] -__version__ = "5.2.0-beta.1" +__version__ = "5.2.0-beta.2"