Skip to content

Commit 0a41031

Browse files
authored
releasing in december
1 parent 2c21e8f commit 0a41031

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

yaqd-core/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## [2025.11.0]
8+
## [2025.12.0]
99

1010
### Fixed
1111
- removed asyncio syntax that was removed in python 3.14
@@ -349,7 +349,7 @@ There are no actual code changes, this release is to update the release pipeline
349349
- Continuous hardware base daemon
350350

351351
[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2025.11.0...main
352-
[2025.11.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.11.0..2025.11.0
352+
[2025.12.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.11.0..2025.12.0
353353
[2023.11.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.6.0..2023.11.0
354354
[2023.6.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.2.0...2023.6.0
355355
[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
@@ -10,7 +10,7 @@
1010

1111
__avro_version__ = "1.9.2"
1212

13-
__version__ = "2025.11.0"
13+
__version__ = "2025.12.0"
1414

1515
try:
1616
__branch__ = (

yaqd-fakes/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "yaqd-fakes"
77
description = "fake yaq daemons, for testing purposes"
88
authors = [{name="yaq developers"}]
99
requires-python = ">=3.7"
10-
dependencies = ["yaqd-core>=2022.3.0"]
10+
dependencies = ["yaqd-core>=2025.12.0"]
1111
readme = "README.md"
1212
license = "LGPL-3.0-only"
1313
dynamic = ["version"]

0 commit comments

Comments
 (0)