From 1a883fb414736ff755e340c44102a97f6496a919 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Feb 2023 14:00:52 +0000 Subject: [PATCH] chore(release): 4.9.1 ## [4.9.1](https://github.com/splunk/addonfactory-solutions-library-python/compare/v4.9.0...v4.9.1) (2023-02-03) ### Bug Fixes * update certifi to 2022.12.07 ([#246](https://github.com/splunk/addonfactory-solutions-library-python/issues/246)) ([bc978be](https://github.com/splunk/addonfactory-solutions-library-python/commit/bc978be6c56dbc6facae116746a547ae1e4e7db9)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 246e364e..5f1acb72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "4.9.0" +version = "4.9.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 22d45ae3..18acf47a 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -54,4 +54,4 @@ "utils", ] -__version__ = "4.9.0" +__version__ = "4.9.1"