Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-02-16 16:46:27 +00:00
parent 6079bdbcdf
commit ea2b837063
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# CHANGELOG
## v1.32.10 (2026-02-16)
### Bug Fixes
- **socket**: Fix setting _last_readback before _socket_get is called
([`6079bdb`](https://github.com/bec-project/ophyd_devices/commit/6079bdbcdfaa9312819597b825fae4d578f63997))
## v1.32.9 (2026-02-16)
### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "ophyd_devices"
version = "1.32.9"
version = "1.32.10"
description = "Custom device implementations based on the ophyd hardware abstraction layer"
requires-python = ">=3.11"
classifiers = [