From 92d46ec8cd2ff16cf34236c6446e4e5099281745 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 2 Feb 2023 16:54:19 -0600 Subject: [PATCH] yaqd-core v2023.2.0 (#46) --- yaqd-core/CHANGELOG.md | 5 ++++- yaqd-core/pyproject.toml | 1 + yaqd-core/yaqd_core/VERSION | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/yaqd-core/CHANGELOG.md b/yaqd-core/CHANGELOG.md index 59d751c..9954cd2 100644 --- a/yaqd-core/CHANGELOG.md +++ b/yaqd-core/CHANGELOG.md @@ -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 @@ -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 diff --git a/yaqd-core/pyproject.toml b/yaqd-core/pyproject.toml index c63b181..9079a2d 100644 --- a/yaqd-core/pyproject.toml +++ b/yaqd-core/pyproject.toml @@ -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", ] diff --git a/yaqd-core/yaqd_core/VERSION b/yaqd-core/yaqd_core/VERSION index fab0ef7..df92ea5 100644 --- a/yaqd-core/yaqd_core/VERSION +++ b/yaqd-core/yaqd_core/VERSION @@ -1 +1 @@ -2022.8.0 +2023.2.0