Skip to content

Commit 74f7de5

Browse files
chore(release): 5.3.0-beta.1
# [5.3.0-beta.1](v5.2.6...v5.3.0-beta.1) (2024-05-16) ### Features * updating network resolution data model ([#840](#840)) ([b851bb9](b851bb9))
1 parent b851bb9 commit 74f7de5

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-5-15
10+
Date generated: 2024-5-16
1111

12-
Revision ID: 4fdc90dbc9bc917bc71a4a466681b24c31cd7de1
12+
Revision ID: b851bb9abfc24eb2565d7f3142ff821dd49c01df
1313

1414
================================================================================
1515
================================================================================
@@ -5661,4 +5661,4 @@ No license text available
56615661
--------------------------------------------------------------------------------
56625662
--------------------------------------------------------------------------------
56635663

5664-
Report Generated by FOSSA on 2024-5-15
5664+
Report Generated by FOSSA on 2024-5-16

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

0 commit comments

Comments
 (0)