Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-11-14 09:58:48 +00:00
parent 21634d3bcb
commit f6217f06cd
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# CHANGELOG
## v1.30.1 (2025-11-14)
### Bug Fixes
- Use streams to retrieve the username from redis
([`21634d3`](https://github.com/bec-project/ophyd_devices/commit/21634d3bcb6b7a8a8ea4e0de26f85453ba78900f))
## v1.30.0 (2025-11-13)
### Build System

View File

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