Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lib to 0.58.1 #1074

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump lib to 0.58.1
raman325 committed Sep 29, 2024

Verified

This commit was signed with the committer’s verified signature.
raman325 Raman Gupta
commit 14a3eb11302ec4b37f96ecfd8288cf909893722c
2 changes: 1 addition & 1 deletion zwave_js_server/const/__init__.py
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
from typing import TypedDict

PACKAGE_NAME = "zwave-js-server-python"
__version__ = "0.58.0"
__version__ = "0.58.1"

# minimal server schema version we can handle
MIN_SERVER_SCHEMA_VERSION = 37