Skip to content

Commit e13a6ea

Browse files
chore(release): 6.1.0
# [6.1.0](v6.0.0...v6.1.0) (2025-09-08) ### Bug Fixes * improve hec batch to be not a JSON array to conform specification ([#904](#904)) ([2dc6cf3](2dc6cf3)), closes [/docs.splunk.com/Documentation/Splunk/latest/Data/FormateventsforHTTPEventCollector#Example_3](https://github.com//docs.splunk.com/Documentation/Splunk/latest/Data/FormateventsforHTTPEventCollector/issues/Example_3) ### Features * release 6.1.0 ([#917](#917)) ([d9d4560](d9d4560)) * support for CIM 6.1.0 ([#907](#907)) ([5febb21](5febb21))
1 parent d9d4560 commit e13a6ea

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: 2025-9-8
1111

12-
Revision ID: b399c5a9d580cc21c7554fa20278c311733d4a44
12+
Revision ID: d9d456054cb7b92386c73a36daddf6056434706f
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 = "6.1.0-beta.1"
19+
version = "6.1.0"
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__ = "6.1.0-beta.1"
21+
__version__ = "6.1.0"

0 commit comments

Comments
 (0)