From 2763b94eb17d3e9efe3200fbb2af5088b12c82ef Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:30:06 +0000 Subject: [PATCH] chore(release): 5.4.0-beta.1 # [5.4.0-beta.1](https://github.com/splunk/addonfactory-solutions-library-python/compare/v5.3.0...v5.4.0-beta.1) (2024-10-29) ### Features * replace deprecated readfp method in config parser lib ([#401](https://github.com/splunk/addonfactory-solutions-library-python/issues/401)) ([40ad4a9](https://github.com/splunk/addonfactory-solutions-library-python/commit/40ad4a973217c9054e449289c23a8c6e202486cf)), closes [#400](https://github.com/splunk/addonfactory-solutions-library-python/issues/400) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3882413e..b4877fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "5.3.0" +version = "5.4.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 e9ff9cc4..85940fe5 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -56,4 +56,4 @@ "utils", ] -__version__ = "5.3.0" +__version__ = "5.4.0-beta.1"