Skip to content

Commit fc26f47

Browse files
chore(release): 7.0.0-beta.4
# [7.0.0-beta.4](v7.0.0-beta.3...v7.0.0-beta.4) (2026-04-02) * feat!: drop Python 3.7 and 3.8 support ([85567db](85567db)) ### BREAKING CHANGES * Python 3.7 and 3.8 are no longer supported. Minimum required Python version is now 3.9.
1 parent 5d6f6c6 commit fc26f47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3"
19+
version = "7.0.0-beta.4"
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.3"
58+
__version__ = "7.0.0-beta.4"

0 commit comments

Comments
 (0)