From 7f417377f3dea7b756ddd60f56eea81cade1c296 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Jun 2022 16:13:05 +0000 Subject: [PATCH] chore(release): 4.6.1 ## [4.6.1](https://github.com/splunk/addonfactory-solutions-library-python/compare/v4.6.0...v4.6.1) (2022-06-14) ### Bug Fixes * update requests version ([#165](https://github.com/splunk/addonfactory-solutions-library-python/issues/165)) ([6a18027](https://github.com/splunk/addonfactory-solutions-library-python/commit/6a180278fbddc96d11783136d312df02f66a00c8)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d47ef18..da854905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "4.6.0" +version = "4.6.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 5833b24e..b1cd449c 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -54,4 +54,4 @@ "utils", ] -__version__ = "4.6.0" +__version__ = "4.6.1"