mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-08-08 23:22:33 +02:00
1.41.7
Automatically generated by python-semantic-release
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## v1.41.7 (2026-06-25)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **controller**: Fix retry_once for socket_put and socket_put_and_receive
|
||||
([`be32dce`](https://github.com/bec-project/ophyd_devices/commit/be32dceba03a7226cbfcea93ec263520eacae4b3))
|
||||
|
||||
|
||||
## v1.41.6 (2026-06-23)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
+2
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "ophyd_devices"
|
||||
version = "1.41.6"
|
||||
version = "1.41.7"
|
||||
description = "Custom device implementations based on the ophyd hardware abstraction layer"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
@@ -53,6 +53,7 @@ dev = [
|
||||
|
||||
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
Reference in New Issue
Block a user