From cce07ade2972c952cb60f5329ae32b7d25d96da8 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:03:46 +0000 Subject: [PATCH] chore(release): 6.2.0 # [6.2.0](https://github.com/splunk/addonfactory-solutions-library-python/compare/v6.1.0...v6.2.0) (2025-03-11) ### Features * improve information in the user-agent param ([#427](https://github.com/splunk/addonfactory-solutions-library-python/issues/427)) ([70c23a2](https://github.com/splunk/addonfactory-solutions-library-python/commit/70c23a280147ba2976a1c6fdf20fb84ecb01ca13)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d4d9c27..953c5eb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "6.2.0-beta.1" +version = "6.2.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 ea79b5a3..0eb4240f 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -56,4 +56,4 @@ "utils", ] -__version__ = "6.2.0-beta.1" +__version__ = "6.2.0"