diff --git a/CHANGELOG.md b/CHANGELOG.md index c13d3ab..74551a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.33.1 (2026-03-02) + +### Bug Fixes + +- **panda-box**: Add on_init to init of pandabox + ([`8274cc3`](https://github.com/bec-project/ophyd_devices/commit/8274cc3fba9bf58a1eb7d9b813df0731c4e90b93)) + + ## v1.33.0 (2026-02-27) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index feaeb6b..89a2f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.33.0" +version = "1.33.1" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [