From d98c97daa486169ad3840b638872377bf51948be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Nov 2021 17:55:56 +0000 Subject: [PATCH] chore(release): 1.10.1 ## [1.10.1](https://github.com/splunk/pytest-splunk-addon/compare/v1.10.0...v1.10.1) (2021-11-10) ### Bug Fixes * field extraction error message ([#448](https://github.com/splunk/pytest-splunk-addon/issues/448)) ([2451d40](https://github.com/splunk/pytest-splunk-addon/commit/2451d403294a1b1d1215cbb8e4f04f6fb675367b)) --- pyproject.toml | 2 +- pytest_splunk_addon/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2fb8c1a66..8e6039e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "pytest-splunk-addon" -version = "1.10.0" +version = "1.10.1" description = "A Dynamic test tool for Splunk Apps and Add-ons" authors = ["rfaircloth-splunk "] license = "APACHE-2.0" diff --git a/pytest_splunk_addon/__init__.py b/pytest_splunk_addon/__init__.py index 6967c4917..1ff0ba3be 100644 --- a/pytest_splunk_addon/__init__.py +++ b/pytest_splunk_addon/__init__.py @@ -18,4 +18,4 @@ __author__ = """Splunk Inc.""" __email__ = "rfaircloth@splunk.com" -__version__ = "1.10.0" +__version__ = "1.10.1"