Skip to content

Commit ee5ef84

Browse files
chore(release): 5.3.0-beta.8
# [5.3.0-beta.8](v5.3.0-beta.7...v5.3.0-beta.8) (2024-07-10) ### Bug Fixes * updating url rule ([#864](#864)) ([a00fc81](a00fc81))
1 parent a00fc81 commit ee5ef84

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

12-
Revision ID: 168b91563f21636a72b334c95c05fa56b59f2a79
12+
Revision ID: a00fc81756ce302d264771452a4ccfd079c39f09
1313

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

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

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.7"
19+
version = "5.3.0-beta.8"
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.7"
21+
__version__ = "5.3.0-beta.8"

0 commit comments

Comments
 (0)