diff --git a/CHANGELOG.md b/CHANGELOG.md index 24fe49f..cc29c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.3.2] +- feat: version number + +## [5.3.1] +- fix: [SinricProBlinds - Alexa: Missing callback function: adjustRangeValue](https://github.com/sinricpro/python-sdk/issues/85) + ## [5.2.1] - fix: [WebSocket pong timeout - connection appears dead - Reconnection loop annoys server](https://github.com/sinricpro/python-sdk/issues/83) - feat: only after 3 consecutive misses does it close the connection diff --git a/pyproject.toml b/pyproject.toml index 6b531ae..44dc306 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sinricpro" -version = "5.3.1" +version = "5.3.2" description = "Official SinricPro SDK for Python - Control IoT devices with Alexa and Google Home" authors = [{name = "SinricPro", email = "support@sinric.com"}] readme = "README.md" diff --git a/sinricpro/__init__.py b/sinricpro/__init__.py index fdb9c91..c748b68 100644 --- a/sinricpro/__init__.py +++ b/sinricpro/__init__.py @@ -9,7 +9,7 @@ This file is part of the SinricPro Python SDK (https://github.com/sinricpro/) """ -__version__ = "5.2.1" +__version__ = "5.3.2" from sinricpro.core.sinric_pro import SinricPro, SinricProConfig from sinricpro.core.sinric_pro_device import SinricProDevice