Skip to content

Commit 5b6aa1c

Browse files
chore(release): 5.1.0
# [5.1.0](v5.0.0...v5.1.0) (2024-06-26) ### Features * add bulletin_rest_client module to manage global Splunk messages ([#369](#369)) ([829d1cb](829d1cb)) * **mtls:** implement of mutual TLS communication for fetching server info ([#372](#372)) ([278505a](278505a)) [ci skip]
1 parent 2e24589 commit 5b6aa1c

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 = "5.1.0-beta.2"
19+
version = "5.1.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__ = "5.1.0-beta.2"
59+
__version__ = "5.1.0"

0 commit comments

Comments
 (0)