Skip to content

Commit ea24436

Browse files
chore(release): 5.3.0-beta.7
# [5.3.0-beta.7](v5.3.0-beta.6...v5.3.0-beta.7) (2024-07-03) ### Features * schema changes for LR notes ([#862](#862)) ([168b915](168b915))
1 parent 168b915 commit ea24436

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-7-1
10+
Date generated: 2024-7-3
1111

12-
Revision ID: 5e7d1e89d1a9712d992f0accc5fd423571126525
12+
Revision ID: 168b91563f21636a72b334c95c05fa56b59f2a79
1313

1414
================================================================================
1515
================================================================================
@@ -5739,4 +5739,4 @@ No license text available
57395739
--------------------------------------------------------------------------------
57405740
--------------------------------------------------------------------------------
57415741

5742-
Report Generated by FOSSA on 2024-7-1
5742+
Report Generated by FOSSA on 2024-7-3

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.3.0-beta.6"
19+
version = "5.3.0-beta.7"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
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__ = "addonfactory@splunk.com"
21-
__version__ = "5.3.0-beta.6"
21+
__version__ = "5.3.0-beta.7"

0 commit comments

Comments
 (0)