From 78d3a57014863237105f1beb7af30a22f2b17965 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:38:16 +0000 Subject: [PATCH] chore(release): 5.2.1 ## [5.2.1](https://github.com/splunk/pytest-splunk-addon/compare/v5.2.0...v5.2.1) (2023-12-12) ### Bug Fixes * deprecate splunk-hec-token default value and break test execution on exception ([#806](https://github.com/splunk/pytest-splunk-addon/issues/806)) ([7cc8880](https://github.com/splunk/pytest-splunk-addon/commit/7cc8880926113b2c0ce255b8793be1788fa52da0)) --- NOTICE | 8 ++++---- pyproject.toml | 2 +- pytest_splunk_addon/__init__.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NOTICE b/NOTICE index b8770ea2d..a3a1f7306 100644 --- a/NOTICE +++ b/NOTICE @@ -7,9 +7,9 @@ The following 3rd-party software packages may be used by or distributed with pytest-splunk-addon. Any information relevant to third-party vendors listed below are collected using common, reasonable means. -Date generated: 2023-11-25 +Date generated: 2023-12-12 -Revision ID: 1557b3d49e8ae01fcc52f805e84c235ac782c8fb +Revision ID: 7cc8880926113b2c0ce255b8793be1788fa52da0 ================================================================================ ================================================================================ @@ -2367,7 +2367,7 @@ SOFTWARE. -------------------------------------------------------------------------------- -Package Title: sphinx-rtd-theme (1.3.0) +Package Title: sphinx-rtd-theme (2.0.0) -------------------------------------------------------------------------------- * Declared Licenses * @@ -5605,4 +5605,4 @@ No license text available -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2023-11-25 +Report Generated by FOSSA on 2023-12-12 diff --git a/pyproject.toml b/pyproject.toml index 18bb6ac9f..c6793f154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "pytest-splunk-addon" -version = "5.2.0" +version = "5.2.1" description = "A Dynamic test tool for Splunk Apps and Add-ons" authors = ["Splunk "] license = "APACHE-2.0" diff --git a/pytest_splunk_addon/__init__.py b/pytest_splunk_addon/__init__.py index 02e1aa9ee..e25100378 100644 --- a/pytest_splunk_addon/__init__.py +++ b/pytest_splunk_addon/__init__.py @@ -18,4 +18,4 @@ __author__ = """Splunk Inc.""" __email__ = "addonfactory@splunk.com" -__version__ = "5.2.0" +__version__ = "5.2.1"