Skip to content

Commit 30fe98d

Browse files
chore(release): 5.4.0-beta.4
# [5.4.0-beta.4](v5.4.0-beta.3...v5.4.0-beta.4) (2025-02-11) ### Features * add datamodel definition for cim 600 ([#899](#899)) ([e8ba176](e8ba176))
1 parent e8ba176 commit 30fe98d

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: 2024-12-11
10+
Date generated: 2025-2-11
1111

12-
Revision ID: 1bd0631034bb35df360f79a87c2d9180f2610466
12+
Revision ID: e8ba176c53f720a67e5ba840072f5cee46c1ae28
1313

1414
================================================================================
1515
================================================================================
@@ -5724,4 +5724,4 @@ Public Domain
57245724
--------------------------------------------------------------------------------
57255725
--------------------------------------------------------------------------------
57265726

5727-
Report Generated by FOSSA on 2024-12-11
5727+
Report Generated by FOSSA on 2025-2-11

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 = "5.4.0-beta.3"
19+
version = "5.4.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__ = "5.4.0-beta.3"
21+
__version__ = "5.4.0-beta.4"

0 commit comments

Comments
 (0)