Skip to content

Commit

Permalink
chore(release): 5.3.2
Browse files Browse the repository at this point in the history
## [5.3.2](v5.3.1...v5.3.2) (2025-01-03)

### Bug Fixes

* **deps:** update lxml to support Py3.13 ([#443](#443)) ([dc3033f](dc3033f))
  • Loading branch information
srv-rr-github-token committed Jan 3, 2025
1 parent dc3033f commit 742e632
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 @@ -36,7 +36,7 @@ classifiers = [
packages = [
{include = "pytest_splunk_addon_ui_smartx/**/*.py"},
]
version = "5.3.1"
version = "5.3.2"

[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__ = "5.3.1"
__version__ = "5.3.2"

0 comments on commit 742e632

Please sign in to comment.