Skip to content

Commit 4f5eb26

Browse files
chore(release): 4.0.0-beta.5
# [4.0.0-beta.5](v4.0.0-beta.4...v4.0.0-beta.5) (2022-08-31) ### Bug Fixes * [test_datamodel] refactor and include handling of submodels ([#684](#684)) ([1cdf1a3](1cdf1a3)) * change version in pyproject.toml ([#687](#687)) ([7c0b120](7c0b120))
1 parent 7c0b120 commit 4f5eb26

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-8-23
10+
Date generated: 2022-8-31
1111

12-
Revision ID: c7f35c081dd3a9e47dcbf22b520545fba9abcdbd
12+
Revision ID: 7c0b120fa24b345b4013193071c9b14e233bad29
1313

1414
================================================================================
1515
================================================================================
@@ -4498,4 +4498,4 @@ This formulation of W3C's notice and license became active on August 14 1998 so
44984498
--------------------------------------------------------------------------------
44994499
--------------------------------------------------------------------------------
45004500

4501-
Report Generated by FOSSA on 2022-8-23
4501+
Report Generated by FOSSA on 2022-8-31

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 = "3.0.8"
19+
version = "4.0.0-beta.5"
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.0.0-beta.4"
21+
__version__ = "4.0.0-beta.5"

0 commit comments

Comments
 (0)