Skip to content

Commit ce6a2ca

Browse files
chore(release): 6.0.0
# [6.0.0](v5.5.0...v6.0.0) (2024-11-28) ### Features * removing requests and urllib3 dependencies ([#413](#413)) ([a6fa555](a6fa555)) ### BREAKING CHANGES * removing requests and urllib3 dependencies
1 parent a6fa555 commit ce6a2ca

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.5.0"
19+
version = "6.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__ = "5.5.0"
59+
__version__ = "6.0.0"

0 commit comments

Comments
 (0)