Skip to content

Commit 93eb600

Browse files
chore(release): 3.0.8
## [3.0.8](v3.0.7...v3.0.8) (2022-05-26) ### Bug Fixes * manual release trigger ([#624](#624)) ([e09f44b](e09f44b))
1 parent e09f44b commit 93eb600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "3.0.7"
19+
version = "3.0.8"
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__ = "3.0.7"
21+
__version__ = "3.0.8"

0 commit comments

Comments
 (0)