Skip to content

Commit 3b5dd90

Browse files
artemryshetangmodi-crestsrv-rr-github-tokensgoral-splunk
authored
chore: merge main into develop (#418)
This PR brings code from `main` branch into `develop` branch. --------- Co-authored-by: Hetang Modi <62056057+hetangmodi-crest@users.noreply.github.com> Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Co-authored-by: sgoral-splunk <138458044+sgoral-splunk@users.noreply.github.com>
1 parent 1016f87 commit 3b5dd90

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

poetry.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "solnlib"
19-
version = "5.5.0-beta.1"
19+
version = "6.0.1"
2020
description = "The Splunk Software Development Kit for Splunk Solutions"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "Apache-2.0"
@@ -42,7 +42,7 @@ classifiers = [
4242
python = ">=3.7,<3.14"
4343
sortedcontainers = ">=2"
4444
defusedxml = ">=0.7"
45-
splunk-sdk = ">=1.6"
45+
splunk-sdk = ">=2.0.2"
4646

4747
[tool.poetry.group.dev.dependencies]
4848
pytest = ">=7"

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__ = "5.5.0-beta.1"
59+
__version__ = "6.0.1"

0 commit comments

Comments
 (0)