From abd7c441f7e85136adc01f4d2c85ed8d00da7885 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 3 Sep 2026 11:01:35 +0000 Subject: [PATCH] 1.46.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b073e8..c23ca6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.46.0 (2026-09-03) + +### Features + +- **sim**: Simulated camera with negative values + ([`e650de0`](https://github.com/bec-project/ophyd_devices/commit/e650de06f828c7a57cbf1723ad55c3696b6e4fa0)) + + ## v1.45.0 (2026-09-02) ### Features diff --git a/pyproject.toml b/pyproject.toml index 7674c51..429d9a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ophyd_devices" -version = "1.45.0" +version = "1.46.0" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [