From 729bc6e734ab3c114fd7176375cecf50c97300ef Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:47:18 +0000 Subject: [PATCH] chore(release): 6.0.10 ## [6.0.10](https://github.com/splunk/addonfactory-ucc-library/compare/v6.0.9...v6.0.10) (2023-09-22) ### Bug Fixes * error when getting non existing credentials ([#232](https://github.com/splunk/addonfactory-ucc-library/issues/232)) ([891a90a](https://github.com/splunk/addonfactory-ucc-library/commit/891a90a60a0f7cc8fb28e4db7254039863503dd0)) --- pyproject.toml | 2 +- splunktaucclib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dc37e5e..8736abd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunktaucclib" -version = "6.0.9" +version = "6.0.10" description = "" authors = ["Splunk "] license = "APACHE-2.0" diff --git a/splunktaucclib/__init__.py b/splunktaucclib/__init__.py index 5c88e1f..581d6b4 100644 --- a/splunktaucclib/__init__.py +++ b/splunktaucclib/__init__.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "6.0.9" +__version__ = "6.0.10"