diff --git a/CHANGELOG.md b/CHANGELOG.md index 11dfa88f..70ae5f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.93.2 (2024-08-07) + +### Fix + +* fix(scan_group_box): Scan Spinboxes limits increased to max allowed values; setting dialog for step size and decimal precision for ScanDoubleSpinBox on right click ([`a372925`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/a372925fffa787c686198ae7cb3f9c15b459c109)) + ## v0.93.1 (2024-08-06) ### Documentation @@ -141,11 +147,3 @@ This reverts commit fd6ae91993a23a7b8dbb2cf3c4b7c3eda6d2b0f6 ([`5aad401`](https: ### Test * test(image_widget): tests added ([`70fb276`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/70fb276fdf31dffc105435d3dfe7c5caea0b10ce)) - -## v0.89.0 (2024-07-22) - -### Unknown - -* Revert "feat(themes): moved themes to bec_qthemes" - -This reverts commit 3798714369adf4023f833b7749d2f46a0ec74eee ([`fd6ae91`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/fd6ae91993a23a7b8dbb2cf3c4b7c3eda6d2b0f6)) diff --git a/pyproject.toml b/pyproject.toml index 9e8131ee..920947fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.93.1" +version = "0.93.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [