Skip to content

Commit e6c5e0b

Browse files
chore(release): 1.11.3
## [1.11.3](v1.11.2...v1.11.3) (2021-12-13) ### Bug Fixes * **cim_field_report:** adopts new PSA tags parser ([#484](#484)) ([077dea2](077dea2))
1 parent 077dea2 commit e6c5e0b

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.11.2"
19+
version = "1.11.3"
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.11.2"
21+
__version__ = "1.11.3"

0 commit comments

Comments
 (0)