From b038426ecdda3afb4115ef999d0349cb8b2189ae Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:19:22 +0000 Subject: [PATCH] chore(release): 7.0.0 # [7.0.0](https://github.com/splunk/addonfactory-solutions-library-python/compare/v6.3.0...v7.0.0) (2025-06-19) ### Features * **code:** replace btool with splunk.rest ([d7fce46](https://github.com/splunk/addonfactory-solutions-library-python/commit/d7fce46bdd09e8067a601cfa89d153b99e548015)) * init commit, new function to retrieve stanzas based on rest ([ae2b3ab](https://github.com/splunk/addonfactory-solutions-library-python/commit/ae2b3ab97345b46c6657f1d0648eee5b4e51c4ee)) * init commit, new function to retrieve stanzas based on rest ([619a53e](https://github.com/splunk/addonfactory-solutions-library-python/commit/619a53eab5d1815d7db6d2ab86ae30352acb4e2c)) ### BREAKING CHANGES * **code:** Replacing the usage of btool with splunk.rest --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b39efe9..3d7b9fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "7.0.0-beta.1" +version = "7.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 1ba3236d..32596d9b 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -56,4 +56,4 @@ "utils", ] -__version__ = "7.0.0-beta.1" +__version__ = "7.0.0"