-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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))
- Loading branch information
1 parent
a6e13e2
commit a5a286f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
[tool.poetry] | ||
name = "pytest-splunk-addon" | ||
version = "5.2.1" | ||
version = "5.2.2" | ||
description = "A Dynamic test tool for Splunk Apps and Add-ons" | ||
authors = ["Splunk <[email protected]>"] | ||
license = "APACHE-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
|
||
__author__ = """Splunk Inc.""" | ||
__email__ = "[email protected]" | ||
__version__ = "5.2.1" | ||
__version__ = "5.2.2" |