From 32f143f40f99352979244c8c5ff8cdd4ab033516 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Oct 2022 12:58:57 +0000 Subject: [PATCH] chore(release): 4.8.0 # [4.8.0](https://github.com/splunk/addonfactory-solutions-library-python/compare/v4.7.0...v4.8.0) (2022-10-19) ### Features * add support for ipv6 in web.settings.mgmtHostPort stanza ([#205](https://github.com/splunk/addonfactory-solutions-library-python/issues/205)) ([a7d18e9](https://github.com/splunk/addonfactory-solutions-library-python/commit/a7d18e95cf74bef47b8d19acb9e921942fa34bfc)), closes [#201](https://github.com/splunk/addonfactory-solutions-library-python/issues/201) [#201](https://github.com/splunk/addonfactory-solutions-library-python/issues/201) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c5a9533..ddb0f7b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "4.8.0-beta.1" +version = "4.8.0" 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 6f41ee18..2544e21a 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -54,4 +54,4 @@ "utils", ] -__version__ = "4.8.0-beta.1" +__version__ = "4.8.0"