Skip to content

Commit

Permalink
chore: merge main into develop (#418)
Browse files Browse the repository at this point in the history
This PR brings code from `main` branch into `develop` branch.

---------

Co-authored-by: Hetang Modi <[email protected]>
Co-authored-by: srv-rr-github-token <[email protected]>
Co-authored-by: sgoral-splunk <[email protected]>
  • Loading branch information
4 people authored Dec 2, 2024
1 parent 1016f87 commit 3b5dd90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[tool.poetry]
name = "solnlib"
version = "5.5.0-beta.1"
version = "6.0.1"
description = "The Splunk Software Development Kit for Splunk Solutions"
authors = ["Splunk <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -42,7 +42,7 @@ classifiers = [
python = ">=3.7,<3.14"
sortedcontainers = ">=2"
defusedxml = ">=0.7"
splunk-sdk = ">=1.6"
splunk-sdk = ">=2.0.2"

[tool.poetry.group.dev.dependencies]
pytest = ">=7"
Expand Down
2 changes: 1 addition & 1 deletion solnlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
"utils",
]

__version__ = "5.5.0-beta.1"
__version__ = "6.0.1"

0 comments on commit 3b5dd90

Please sign in to comment.