Skip to content

Commit 92d46ec

Browse files
authored
yaqd-core v2023.2.0 (#46)
1 parent 28a1bf7 commit 92d46ec

3 files changed

Lines changed: 6 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+
## [2023.2.0]
9+
810
### Fixed
911
- Text for two methods for has-transformed-position for pedagogical reasons
1012
- Wrapped call to `start_server` in `create_task` for Python 3.11 compatibility
@@ -322,7 +324,8 @@ There are no actual code changes, this release is to update the release pipeline
322324
- Generic Client
323325
- Continuous hardware base daemon
324326

325-
[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.8.0...main
327+
[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.2.0...main
328+
[2023.2.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.8.0...2023.2.0
326329
[2022.8.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.7.0...2022.8.0
327330
[2022.7.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.5.0...2022.7.0
328331
[2022.5.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.3.0...yaqd-core-2022.5.0

yaqd-core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers=[
1919
"Programming Language :: Python :: 3.8",
2020
"Programming Language :: Python :: 3.9",
2121
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
2223
"Topic :: Scientific/Engineering",
2324
]
2425

yaqd-core/yaqd_core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.8.0
1+
2023.2.0

0 commit comments

Comments
 (0)