Skip to content

Commit 2ed4ea4

Browse files
chore(release): 2.5.1
## [2.5.1](v2.5.0...v2.5.1) (2023-10-27) ### Bug Fixes * **popover:** fix selectors for popover ([#400](#400)) ([a6288c6](a6288c6)) * remove enterprise cloud ToS code for login page ([#407](#407)) ([210ce72](210ce72))
1 parent a6288c6 commit 2ed4ea4

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 = "2.5.0"
33+
version = "2.5.1"
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__ = "2.5.0"
20+
__version__ = "2.5.1"

0 commit comments

Comments
 (0)