Skip to content

Commit dc31d3c

Browse files
chore(release): 7.0.0-beta.3
# [7.0.0-beta.3](v7.0.0-beta.2...v7.0.0-beta.3) (2026-03-26) ### Bug Fixes * add AAA test sections and update docformatter config ([7d959ac](7d959ac)) * address PR comments ([ce3cef9](ce3cef9)) * drop Python 3.7/3.8 support and fix Splunk Python path detection in CI ([8ee9ffc](8ee9ffc)) * fix OTLP exporter happy-path test ([02dd919](02dd919)) * install local solnlib in integration tests instead of PyPI version ([32ba4a7](32ba4a7)) * update copyright year, remove typing_extensions, drop observability from __init__ ([c685f3e](c685f3e)) * update poetry to 2.1.2 ([d12515a](d12515a)) * use regex pattern in .licenserc.yaml to allow any copyright year ([dbb307e](dbb307e)) ### Features * add ObservabilityService ([f7ec4fb](f7ec4fb))
1 parent 7b89984 commit dc31d3c

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 = "7.0.0-beta.2"
19+
version = "7.0.0-beta.3"
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
@@ -55,4 +55,4 @@
5555
"utils",
5656
]
5757

58-
__version__ = "7.0.0-beta.2"
58+
__version__ = "7.0.0-beta.3"

0 commit comments

Comments
 (0)