Skip to content

Commit ae4ec84

Browse files
chore(release): 3.0.2
## [3.0.2](v3.0.1...v3.0.2) (2024-03-26) ### Bug Fixes * ADDON-68980 single_select is_editable fix for combobox ([#418](#418)) ([dd91b71](dd91b71))
1 parent dd91b71 commit ae4ec84

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
@@ -30,7 +30,7 @@ classifiers = [
3030
packages = [
3131
{include = "pytest_splunk_addon_ui_smartx/**/*.py"},
3232
]
33-
version = "3.0.1"
33+
version = "3.0.2"
3434

3535
[tool.poetry.dependencies]
3636
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__ = "3.0.1"
20+
__version__ = "3.0.2"

0 commit comments

Comments
 (0)