From 2d971beeeb4b52399ac28cdad496de333f320285 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Nov 2021 13:33:11 +0000 Subject: [PATCH] chore(release): 4.3.5 ## [4.3.5](https://github.com/splunk/addonfactory-solutions-library-python/compare/v4.3.4...v4.3.5) (2021-11-18) ### Bug Fixes * remove json related functions ([def1dfe](https://github.com/splunk/addonfactory-solutions-library-python/commit/def1dfe3c3f32cb0c24dc11c7d22bdb2eeeb2443)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9aae978e..af1c2d76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "4.3.4" +version = "4.3.5" 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 7a8844f4..0161af35 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -54,4 +54,4 @@ "utils", ] -__version__ = "4.3.4" +__version__ = "4.3.5"