Skip to content

Commit dd0ebad

Browse files
chore(release): 4.1.0-beta.4
# [4.1.0-beta.4](v4.1.0-beta.3...v4.1.0-beta.4) (2022-11-29) ### Bug Fixes * handling of static source ([#708](#708)) ([4e90a5c](4e90a5c))
1 parent 4e90a5c commit dd0ebad

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-11-28
10+
Date generated: 2022-11-29
1111

12-
Revision ID: 71c03669171d81d6c6a209a3a2f2b9e0c248f316
12+
Revision ID: 4e90a5c14cbad527fdee6efee1fb97dfe6eac1ec
1313

1414
================================================================================
1515
================================================================================
@@ -5660,4 +5660,4 @@ No license text available
56605660
--------------------------------------------------------------------------------
56615661
--------------------------------------------------------------------------------
56625662

5663-
Report Generated by FOSSA on 2022-11-28
5663+
Report Generated by FOSSA on 2022-11-29

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.0.4"
19+
version = "4.1.0-beta.4"
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.0-beta.3"
21+
__version__ = "4.1.0-beta.4"

0 commit comments

Comments
 (0)