Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-11-19 13:02:22 +00:00
parent eceab997b8
commit 2857ddffba
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# CHANGELOG # CHANGELOG
## v1.30.3 (2025-11-19)
### Bug Fixes
- Improve device mocking for tests
([`eceab99`](https://github.com/bec-project/ophyd_devices/commit/eceab997b82b248328bf5192010916f3e2905988))
## v1.30.2 (2025-11-17) ## v1.30.2 (2025-11-17)
### Bug Fixes ### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ophyd_devices" name = "ophyd_devices"
version = "1.30.2" version = "1.30.3"
description = "Custom device implementations based on the ophyd hardware abstraction layer" description = "Custom device implementations based on the ophyd hardware abstraction layer"
requires-python = ">=3.11" requires-python = ">=3.11"
classifiers = [ classifiers = [