From ce6a2ca243f8aa0e3165035bd97551de4ef3bf5b Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:08:21 +0000 Subject: [PATCH] chore(release): 6.0.0 # [6.0.0](https://github.com/splunk/addonfactory-solutions-library-python/compare/v5.5.0...v6.0.0) (2024-11-28) ### Features * removing requests and urllib3 dependencies ([#413](https://github.com/splunk/addonfactory-solutions-library-python/issues/413)) ([a6fa555](https://github.com/splunk/addonfactory-solutions-library-python/commit/a6fa555ec8e724654a03fe200a94f643fd1c229e)) ### BREAKING CHANGES * removing requests and urllib3 dependencies --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d1ffef0e..b6d5357c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "5.5.0" +version = "6.0.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 0d92fb1f..136a4b9f 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -56,4 +56,4 @@ "utils", ] -__version__ = "5.5.0" +__version__ = "6.0.0"