From de32f504e36d314a2acff513110cdaa8aa1bb29e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 18 Mar 2026 10:43:52 +0000 Subject: [PATCH] 1.34.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9964a80..47ab04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v1.34.3 (2026-03-18) + +### Bug Fixes + +- **pyproject**: Update black dependency + ([`b0db46d`](https://github.com/bec-project/ophyd_devices/commit/b0db46dd97fe2c4f6da5e63169b7cb19a8c9a228)) + +### Refactoring + +- Apply black 2026.1 formatting to ophyd_devices + ([`3a71629`](https://github.com/bec-project/ophyd_devices/commit/3a716299b5db70053bea55965153dccdf2d68b68)) + + ## v1.34.2 (2026-03-12) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index f4dc1bf..9c93f74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ophyd_devices" -version = "1.34.2" +version = "1.34.3" description = "Custom device implementations based on the ophyd hardware abstraction layer" requires-python = ">=3.11" classifiers = [