From 2ed235d9ff78178f3ad6e91eab129c6b18ef9107 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Nov 2022 14:35:20 +0000 Subject: [PATCH] chore(release): 4.8.1 ## [4.8.1](https://github.com/splunk/addonfactory-solutions-library-python/compare/v4.8.0...v4.8.1) (2022-11-10) ### Bug Fixes * parse all definitions of true for splunkd scheme ([#221](https://github.com/splunk/addonfactory-solutions-library-python/issues/221)) ([55ec693](https://github.com/splunk/addonfactory-solutions-library-python/commit/55ec693424b60a68fbdc397664658791e371febf)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1eff448..b8a7c192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "4.8.0" +version = "4.8.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 2544e21a..0b37ba24 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -54,4 +54,4 @@ "utils", ] -__version__ = "4.8.0" +__version__ = "4.8.1"