From a445f1dcfccf49ca53906434afde56b144e78d5a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Nov 2021 14:54:23 +0000 Subject: [PATCH] chore(release): 4.3.1 ## [4.3.1](https://github.com/splunk/addonfactory-solutions-library-python/compare/v4.3.0...v4.3.1) (2021-11-03) ### Bug Fixes * incorrect usage of traceback.format_exc function ([e8149e5](https://github.com/splunk/addonfactory-solutions-library-python/commit/e8149e557d4cbb920927e9e75cd65a717fd06384)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 643d8eb7..e28aceb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "4.3.0" +version = "4.3.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 816f1fd5..c547b8e8 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -56,4 +56,4 @@ "utils", ] -__version__ = "4.3.0" +__version__ = "4.3.1"