Skip to content

Commit 76d5ac9

Browse files
chore(release): 2.1.2
## [2.1.2](v2.1.1...v2.1.2) (2022-03-08) ### Bug Fixes * revert helmut's library clean up ([1035f22](1035f22))
1 parent 1035f22 commit 76d5ac9

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

0 commit comments

Comments
 (0)