Skip to content

Commit

Permalink
chore: merge main into develop (#375)
Browse files Browse the repository at this point in the history
merge main into develop

---------

Co-authored-by: srv-rr-github-token <[email protected]>
  • Loading branch information
sgoral-splunk and srv-rr-github-token authored Jun 26, 2024
1 parent b809b0a commit ce20b6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@semantic-release/git",
{
"assets": ["NOTICE", "pyproject.toml", "solnlib/__init__.py"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes} [ci skip]",
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}",
},
],
["@semantic-release/github", { "assets": ["NOTICE", "pyproject.toml"] }],
Expand Down
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.1.0-beta.2"
version = "5.1.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.1.0-beta.2"
__version__ = "5.1.0"

0 comments on commit ce20b6c

Please sign in to comment.