Skip to content

Commit f02c2a3

Browse files
chore(release): 5.2.0-beta.1
# [5.2.0-beta.1](v5.1.2...v5.2.0-beta.1) (2024-08-13) ### Bug Fixes * add support of custom source in license usage ([#383](#383)) ([cb5f314](cb5f314)) ### Features * add log_level attribute ([#382](#382)) ([e126f1a](e126f1a))
1 parent 732fa34 commit f02c2a3

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.2"
19+
version = "5.2.0-beta.1"
2020
description = "The Splunk Software Development Kit for Splunk Solutions"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
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.2"
59+
__version__ = "5.2.0-beta.1"

0 commit comments

Comments
 (0)