Skip to content

Commit c1f162b

Browse files
chore(release): 5.0.0
# [5.0.0](v4.0.0...v5.0.0) (2024-07-10) ### Bug Fixes * define browser resolution for all chrome tests ([#431](#431)) ([3779f04](3779f04)) * dynamic handle input status toggle [ADDON-71796] ([#432](#432)) ([7add7c5](7add7c5)) ### Features * remove placeholder functionality from framework ([#430](#430)) ([def4948](def4948)) ### BREAKING CHANGES * remove placeholder functionality
1 parent 6a4b064 commit c1f162b

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 = "5.0.0-beta.1"
33+
version = "5.0.0"
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__ = "5.0.0-beta.1"
20+
__version__ = "5.0.0"

0 commit comments

Comments
 (0)