From 0eeb129649e0cd59aa2ebee7f9a45cfbb1a8963d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Sep 2022 17:53:17 +0000 Subject: [PATCH] chore(release): 4.8.0-beta.1 # [4.8.0-beta.1](https://github.com/splunk/addonfactory-solutions-library-python/compare/v4.7.0...v4.8.0-beta.1) (2022-09-20) ### Features * add support for ipv6 in web.settings.mgmtHostPort stanza ([#201](https://github.com/splunk/addonfactory-solutions-library-python/issues/201)) ([446606e](https://github.com/splunk/addonfactory-solutions-library-python/commit/446606e56f608317e2fc1c35c321349f8d59f336)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba26c235..0c5a9533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "4.7.0" +version = "4.8.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 852468bc..6f41ee18 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -54,4 +54,4 @@ "utils", ] -__version__ = "4.7.0" +__version__ = "4.8.0-beta.1"