mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-07-09 00:41:09 +02:00
1.41.6
Automatically generated by python-semantic-release
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## v1.41.6 (2026-06-23)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **controller**: Ensure proper instance creation in Controller class
|
||||
([`629d884`](https://github.com/bec-project/ophyd_devices/commit/629d8844229c921893e60f69150b58c850e978fc))
|
||||
|
||||
|
||||
## v1.41.5 (2026-06-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
+2
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "ophyd_devices"
|
||||
version = "1.41.5"
|
||||
version = "1.41.6"
|
||||
description = "Custom device implementations based on the ophyd hardware abstraction layer"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
@@ -52,6 +52,7 @@ dev = [
|
||||
|
||||
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
Reference in New Issue
Block a user