Skip to content

Commit

Permalink
chore(release): 2.3.4
Browse files Browse the repository at this point in the history
## [2.3.4](v2.3.3...v2.3.4) (2023-09-15)

### Bug Fixes

* Entity.save() returns error or warning message if found ([#385](#385)) ([8b7c921](8b7c921))
  • Loading branch information
srv-rr-github-token committed Sep 15, 2023
1 parent 8b7c921 commit b28286d
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.3"
version = "2.3.4"

[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.3"
__version__ = "2.3.4"

0 comments on commit b28286d

Please sign in to comment.