Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-07-08 08:26:34 +00:00
parent e5a0bb4178
commit cc43deafc7
2 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,19 @@
# CHANGELOG # CHANGELOG
## v1.26.0 (2025-07-08)
### Bug Fixes
- Formatter
([`e5a0bb4`](https://github.com/bec-project/ophyd_devices/commit/e5a0bb41782fe33d11d6e899ed47d0eb3c710007))
### Features
- Update to current ADASItpx driver 1.1
([`ab123ef`](https://github.com/bec-project/ophyd_devices/commit/ab123efe973584195156b78a58751b92bfa60148))
## v1.25.0 (2025-07-08) ## v1.25.0 (2025-07-08)
### Continuous Integration ### Continuous Integration

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "ophyd_devices" name = "ophyd_devices"
version = "1.25.0" version = "1.26.0"
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.10" requires-python = ">=3.10"
classifiers = [ classifiers = [