Skip to content

Commit c4115ac

Browse files
chore(release): 6.0.0
# [6.0.0](v5.4.1...v6.0.0) (2025-11-24) ### chore * release v6.0.0 ([#459](#459)) ([ad13015](ad13015)) ### BREAKING CHANGES * Drop PSA dependency
1 parent ad13015 commit c4115ac

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
@@ -36,7 +36,7 @@ classifiers = [
3636
packages = [
3737
{include = "pytest_splunk_addon_ui_smartx/**/*.py"},
3838
]
39-
version = "5.4.1"
39+
version = "6.0.0"
4040

4141
[tool.poetry.dependencies]
4242
python = "^3.7"

pytest_splunk_addon_ui_smartx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from . import components, pages
1818
from .components import controls
1919

20-
__version__ = "5.4.1"
20+
__version__ = "6.0.0"

0 commit comments

Comments
 (0)