Skip to content

Commit 543a4bf

Browse files
committed
yaqd-core version
1 parent f4d1e56 commit 543a4bf

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

yaqd-core/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
## [2025.11.0]
9+
810
### Fixed
911
- type hints for IsSensor attributes are appropriate for _n_-dimensional data
1012

@@ -345,7 +347,8 @@ There are no actual code changes, this release is to update the release pipeline
345347
- Generic Client
346348
- Continuous hardware base daemon
347349

348-
[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.11.0...main
350+
[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2025.11.0...main
351+
[2025.11.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.11.0..2025.11.0
349352
[2023.11.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.6.0..2023.11.0
350353
[2023.6.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.2.0...2023.6.0
351354
[2023.2.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.8.0...2023.2.0

yaqd-core/yaqd_core/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__avro_version__ = "1.9.2"
1313

14-
__version__ = "2023.11.0"
14+
__version__ = "2025.11.0"
1515

1616
try:
1717
__branch__ = (

0 commit comments

Comments
 (0)