We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ff77f commit ef44fb0Copy full SHA for ef44fb0
pyproject.toml
@@ -16,7 +16,7 @@
16
17
[tool.poetry]
18
name = "pytest-splunk-addon"
19
-version = "1.11.3"
+version = "1.11.4"
20
description = "A Dynamic test tool for Splunk Apps and Add-ons"
21
authors = ["rfaircloth-splunk <rfaircloth@splunk.com>"]
22
license = "APACHE-2.0"
pytest_splunk_addon/__init__.py
@@ -18,4 +18,4 @@
__author__ = """Splunk Inc."""
__email__ = "rfaircloth@splunk.com"
-__version__ = "1.11.3"
+__version__ = "1.11.4"
0 commit comments