Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-18 06:28:58 +00:00
parent b317d28d8f
commit 6cbcd94299
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v1.41.0 (2026-05-18)
### Features
- **sim**: Add a new device to simulate ramp ups
([`b317d28`](https://github.com/bec-project/ophyd_devices/commit/b317d28d8fc24b374983bd1495badcc76d1076e3))
## v1.40.1 (2026-05-12)
### Bug Fixes
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "ophyd_devices"
version = "1.40.1"
version = "1.41.0"
description = "Custom device implementations based on the ophyd hardware abstraction layer"
requires-python = ">=3.11"
classifiers = [
@@ -46,6 +46,7 @@ dev = [
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"