From d54123ce940cb16b54e48ce00c392579fa49a879 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Dec 2021 14:35:11 +0000 Subject: [PATCH] chore(release): 4.6.0 # [4.6.0](https://github.com/splunk/addonfactory-solutions-library-python/compare/v4.5.0...v4.6.0) (2021-12-30) ### Features * add remove_http_proxy_env_vars function ([7dbe521](https://github.com/splunk/addonfactory-solutions-library-python/commit/7dbe52135bdcd10abe245ce63acd5a3cd2defda2)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 801e2f7d..b83292ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "4.5.0" +version = "4.6.0" 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 652171c3..5833b24e 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -54,4 +54,4 @@ "utils", ] -__version__ = "4.5.0" +__version__ = "4.6.0"