Skip to content

Commit 78d3a57

Browse files
chore(release): 5.2.1
## [5.2.1](v5.2.0...v5.2.1) (2023-12-12) ### Bug Fixes * deprecate splunk-hec-token default value and break test execution on exception ([#806](#806)) ([7cc8880](7cc8880))
1 parent 7cc8880 commit 78d3a57

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

NOTICE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
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.
99

10-
Date generated: 2023-11-25
10+
Date generated: 2023-12-12
1111

12-
Revision ID: 1557b3d49e8ae01fcc52f805e84c235ac782c8fb
12+
Revision ID: 7cc8880926113b2c0ce255b8793be1788fa52da0
1313

1414
================================================================================
1515
================================================================================
@@ -2367,7 +2367,7 @@ SOFTWARE.
23672367

23682368

23692369
--------------------------------------------------------------------------------
2370-
Package Title: sphinx-rtd-theme (1.3.0)
2370+
Package Title: sphinx-rtd-theme (2.0.0)
23712371
--------------------------------------------------------------------------------
23722372

23732373
* Declared Licenses *
@@ -5605,4 +5605,4 @@ No license text available
56055605
--------------------------------------------------------------------------------
56065606
--------------------------------------------------------------------------------
56075607

5608-
Report Generated by FOSSA on 2023-11-25
5608+
Report Generated by FOSSA on 2023-12-12

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "pytest-splunk-addon"
19-
version = "5.2.0"
19+
version = "5.2.1"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "APACHE-2.0"

pytest_splunk_addon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
__author__ = """Splunk Inc."""
2020
__email__ = "addonfactory@splunk.com"
21-
__version__ = "5.2.0"
21+
__version__ = "5.2.1"

0 commit comments

Comments
 (0)