Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
srv-rr-github-token committed Nov 28, 2024
1 parent a6fa555 commit ce6a2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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"
version = "6.0.0"
description = "The Splunk Software Development Kit for Splunk Solutions"
authors = ["Splunk <[email protected]>"]
license = "Apache-2.0"
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"
__version__ = "6.0.0"

0 comments on commit ce6a2ca

Please sign in to comment.