Skip to content

Commit d98c97d

Browse files
chore(release): 1.10.1
## [1.10.1](v1.10.0...v1.10.1) (2021-11-10) ### Bug Fixes * field extraction error message ([#448](#448)) ([2451d40](2451d40))
1 parent 2451d40 commit d98c97d

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 = "1.10.0"
19+
version = "1.10.1"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["rfaircloth-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__ = "1.10.0"
21+
__version__ = "1.10.1"

0 commit comments

Comments
 (0)