Skip to content

Commit

Permalink
yaqd-core v2023.2.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
untzag authored Feb 2, 2023
1 parent 28a1bf7 commit 92d46ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion yaqd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

## [2023.2.0]

### Fixed
- Text for two methods for has-transformed-position for pedagogical reasons
- Wrapped call to `start_server` in `create_task` for Python 3.11 compatibility
Expand Down Expand Up @@ -322,7 +324,8 @@ There are no actual code changes, this release is to update the release pipeline
- Generic Client
- Continuous hardware base daemon

[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.8.0...main
[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.2.0...main
[2023.2.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.8.0...2023.2.0
[2022.8.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.7.0...2022.8.0
[2022.7.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.5.0...2022.7.0
[2022.5.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2022.3.0...yaqd-core-2022.5.0
Expand Down
1 change: 1 addition & 0 deletions yaqd-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
]

Expand Down
2 changes: 1 addition & 1 deletion yaqd-core/yaqd_core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.8.0
2023.2.0

0 comments on commit 92d46ec

Please sign in to comment.