Skip to content

Commit

Permalink
chore(release): 1.10.1
Browse files Browse the repository at this point in the history
## [1.10.1](v1.10.0...v1.10.1) (2021-11-10)

### Bug Fixes

* field extraction error message ([#448](#448)) ([2451d40](2451d40))
  • Loading branch information
semantic-release-bot committed Nov 10, 2021
1 parent 2451d40 commit d98c97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <rfaircloth@splunk.com>"]
license = "APACHE-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pytest_splunk_addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

__author__ = """Splunk Inc."""
__email__ = "rfaircloth@splunk.com"
__version__ = "1.10.0"
__version__ = "1.10.1"

0 comments on commit d98c97d

Please sign in to comment.