From 470fef6365e03f67f501b90811886dd84c215fc2 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:57:14 +0000 Subject: [PATCH] chore(release): 5.3.0-beta.1 # [5.3.0-beta.1](https://github.com/splunk/addonfactory-solutions-library-python/compare/v5.2.0...v5.3.0-beta.1) (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 166b18d8..47abfd62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "5.2.0" +version = "5.3.0-beta.1" 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 e462f786..1a2c73c7 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -56,4 +56,4 @@ "utils", ] -__version__ = "5.2.0" +__version__ = "5.3.0-beta.1"