Skip to content

Commit b038426

Browse files
chore(release): 7.0.0
# [7.0.0](v6.3.0...v7.0.0) (2025-06-19) ### Features * **code:** replace btool with splunk.rest ([d7fce46](d7fce46)) * init commit, new function to retrieve stanzas based on rest ([ae2b3ab](ae2b3ab)) * init commit, new function to retrieve stanzas based on rest ([619a53e](619a53e)) ### BREAKING CHANGES * **code:** Replacing the usage of btool with splunk.rest
1 parent e58b03b commit b038426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "solnlib"
19-
version = "7.0.0-beta.1"
19+
version = "7.0.0"
2020
description = "The Splunk Software Development Kit for Splunk Solutions"
2121
authors = ["Splunk <[email protected]>"]
2222
license = "Apache-2.0"

solnlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
"utils",
5757
]
5858

59-
__version__ = "7.0.0-beta.1"
59+
__version__ = "7.0.0"

0 commit comments

Comments
 (0)