diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c7b5f4..11a2f2d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v2.0.2 (2025-05-01) + +### Bug Fixes + +- **plot_base**: No content margin for plot_widget window + ([`1b78840`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/1b78840fd87ea0f156c73beeb57c6c06f685f7b1)) + + ## v2.0.1 (2025-04-30) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 83e7b36c..fec38848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.0.1" +version = "2.0.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [