diff --git a/CHANGELOG.md b/CHANGELOG.md index ca90f954..1289054a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.53.3 (2024-05-16) + +### Fix + +* fix: removed apparently unnecessary sleep while waiting for an rpc response ([`7d64cac`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/7d64cac6610b39d3553ff650354f78ead8ee6b55)) + + ## v0.53.2 (2024-05-15) ### Ci @@ -164,10 +171,3 @@ ### Feature * feat(cli): added auto updates plugin support ([`6238693`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6238693ffb44b47a56b969bc4129f2af7a2c04fe)) - - -## v0.47.0 (2024-04-23) - -### Feature - -* feat(utils/thread_checker): util class to check the thread leakage for closeEvent in qt ([`71cb80d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/71cb80d544c5f4ef499379a431ce0c17907c7ce8)) diff --git a/pyproject.toml b/pyproject.toml index 05ba93cb..25376a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.53.2" +version = "0.53.3" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [