Skip to content

Commit 4544d90

Browse files
chore(release): 4.1.2
## [4.1.2](v4.1.1...v4.1.2) (2022-12-13) ### Bug Fixes * escape double quote ([#741](#741)) ([74a8ebf](74a8ebf))
1 parent 74a8ebf commit 4544d90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
The following 3rd-party software packages may be used by or distributed with pytest-splunk-addon. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
99

10-
Date generated: 2022-12-7
10+
Date generated: 2022-12-13
1111

12-
Revision ID: 703355b77dc15d83f4428668725a4269c9a9c88c
12+
Revision ID: 74a8ebf56dfd94ae82ee79fc1828ff5bf679fa8f
1313

1414
================================================================================
1515
================================================================================
@@ -5732,4 +5732,4 @@ No license text available
57325732
--------------------------------------------------------------------------------
57335733
--------------------------------------------------------------------------------
57345734

5735-
Report Generated by FOSSA on 2022-12-7
5735+
Report Generated by FOSSA on 2022-12-13

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 = "4.1.1"
19+
version = "4.1.2"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["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__ = "4.1.1"
21+
__version__ = "4.1.2"

0 commit comments

Comments
 (0)