Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.4...v2.4.0) (2023-10-02)

### Features

* **code:** added clear_text function ([#391](#391)) ([68c74d6](68c74d6))
  • Loading branch information
srv-rr-github-token committed Oct 2, 2023
1 parent c9cfac1 commit cfae89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
packages = [
{include = "pytest_splunk_addon_ui_smartx/**/*.py"},
]
version = "2.3.4"
version = "2.4.0"

[tool.poetry.dependencies]
python = "^3.7"
Expand Down
2 changes: 1 addition & 1 deletion pytest_splunk_addon_ui_smartx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from . import components, pages
from .components import controls

__version__ = "2.3.4"
__version__ = "2.4.0"

0 comments on commit cfae89c

Please sign in to comment.