Skip to content

Commit 6acef89

Browse files
chore(release): 5.3.0-beta.6
# [5.3.0-beta.6](v5.3.0-beta.5...v5.3.0-beta.6) (2024-07-01) ### Features * add support for CIM v5.3.2 ([#853](#853)) ([5e7d1e8](5e7d1e8))
1 parent 5e7d1e8 commit 6acef89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with pyt
99

1010
Date generated: 2024-7-1
1111

12-
Revision ID: d68d20da8138a4b879e27a095bc452c4b81e9412
12+
Revision ID: 5e7d1e89d1a9712d992f0accc5fd423571126525
1313

1414
================================================================================
1515
================================================================================

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

0 commit comments

Comments
 (0)