diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ab3103..27d7f5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.4.3 (2026-04-13) + +### Bug Fixes + +- Set OPHYD_CONTROL_LAYER to dummy for tests + ([`5e84d3b`](https://github.com/bec-project/bec_widgets/commit/5e84d3bec608ae9f2ee6dae67db2e3e1387b1f59)) + + ## v3.4.2 (2026-04-01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7463959a..c69b611a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "3.4.2" +version = "3.4.3" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [