Skip to content

Commit cd0c088

Browse files
chore(release): 6.0.0
# [6.0.0](v5.4.1...v6.0.0) (2025-03-07) ### Bug Fixes * terminate tests for improper props conf ([#901](#901)) ([e29e0f7](e29e0f7)) * token replacement for other mappings ([#892](#892)) ([5af628c](5af628c)) * update field validation condition ([#900](#900)) ([68f5330](68f5330)) ### Features * add datamodel definition for cim 600 ([#899](#899)) ([89d2f23](89d2f23)) * add support for CIM v5.3.2 ([#853](#853)) ([63c052f](63c052f)) * adding new data models ([#863](#863)) ([30f133b](30f133b)) * support cim v6.0.2 ([bd63293](bd63293)) * support cim v6.0.2 ([#903](#903)) ([ac3a263](ac3a263)) * updating cim model definitions ([#856](#856)) ([854f7b0](854f7b0)) * updating network resolution model ([#844](#844)) ([b6f4151](b6f4151)) * Upgrade CIM to 6.0.0 ([#896](#896)) ([a46eed1](a46eed1)) ### BREAKING CHANGES * removed support of cim-field-report generation * removed support of cim-field-report generation
1 parent ac3a263 commit cd0c088

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NOTICE

+1-1
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-3-7
1111

12-
Revision ID: a84484bf714afafd2a4b25d8090c66aee51cbbe2
12+
Revision ID: ac3a263830fc117cf8110def75f787da23836132
1313

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "pytest-splunk-addon"
19-
version = "5.5.0"
19+
version = "6.0.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
__author__ = """Splunk Inc."""
2020
__email__ = "[email protected]"
21-
__version__ = "5.5.0"
21+
__version__ = "6.0.0"

0 commit comments

Comments
 (0)