-
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.0.2](v5.0.1...v5.0.2) (2023-07-25) ### Bug Fixes * update splunksplwrapper dep where it retries service init ([#790](#790)) ([99c6594](99c6594))
- Loading branch information
1 parent
99c6594
commit a28d934
Showing
3 changed files
with
13 additions
and
13 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.0.1" | ||
version = "5.0.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.0.1" | ||
__version__ = "5.0.2" |