Skip to content

Commit a5a286f

Browse files
chore(release): 5.2.2
## [5.2.2](v5.2.1...v5.2.2) (2023-12-12) ### Bug Fixes * reducing index removal while using --splunk-cleanup to be done by only one worker ([#805](#805)) ([a6e13e2](a6e13e2))
1 parent a6e13e2 commit a5a286f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with pyt
99

1010
Date generated: 2023-12-12
1111

12-
Revision ID: 7cc8880926113b2c0ce255b8793be1788fa52da0
12+
Revision ID: a6e13e2972cb59a6f128fa908e5870fb5309376f
1313

1414
================================================================================
1515
================================================================================

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.1"
19+
version = "5.2.2"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["Splunk <[email protected]>"]
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__ = "[email protected]"
21-
__version__ = "5.2.1"
21+
__version__ = "5.2.2"

0 commit comments

Comments
 (0)