Skip to content

Commit

Permalink
chore(release): 5.5.0-beta.1
Browse files Browse the repository at this point in the history
# [5.5.0-beta.1](v5.4.0...v5.5.0-beta.1) (2024-11-25)

### Features

* add function to get the proxy details ([#406](#406)) ([c9e1f73](c9e1f73))
  • Loading branch information
srv-rr-github-token committed Nov 25, 2024
1 parent c9e1f73 commit ca9b48b
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.4.0"
version = "5.5.0-beta.1"
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.4.0"
__version__ = "5.5.0-beta.1"

0 comments on commit ca9b48b

Please sign in to comment.