Skip to content

Commit

Permalink
chore(release): 2.1.2
Browse files Browse the repository at this point in the history
## [2.1.2](v2.1.1...v2.1.2) (2022-03-08)

### Bug Fixes

* revert helmut's library clean up ([1035f22](1035f22))
  • Loading branch information
semantic-release-bot committed Mar 8, 2022
1 parent 1035f22 commit 76d5ac9
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 = "2.1.1"
version = "2.1.2"
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__ = "2.1.1"
__version__ = "2.1.2"

0 comments on commit 76d5ac9

Please sign in to comment.