From c763759cbe2f4bd885046a2673b7768a6e7731e6 Mon Sep 17 00:00:00 2001 From: Daniel Kohler <11864045+ddkohler@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:18:35 -0600 Subject: [PATCH] bump version --- yaqd-core/CHANGELOG.md | 5 ++++- yaqd-core/yaqd_core/__version__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/yaqd-core/CHANGELOG.md b/yaqd-core/CHANGELOG.md index ff30538..ea5dabb 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.11.0] + ### Fixed - Fixed memory leak in daemon server that scaled with number of connections @@ -340,7 +342,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-2023.6.0...main +[Unreleased]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.11.0...main +[2023.11.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.6.0..2023.11.0 [2023.6.0]: https://github.com/yaq-project/yaq-python/compare/yaqd-core-2023.2.0...2023.6.0 [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 diff --git a/yaqd-core/yaqd_core/__version__.py b/yaqd-core/yaqd_core/__version__.py index 0e2974a..f6c2624 100644 --- a/yaqd-core/yaqd_core/__version__.py +++ b/yaqd-core/yaqd_core/__version__.py @@ -11,7 +11,7 @@ __avro_version__ = "1.9.2" -__version__ = "2023.6.0" +__version__ = "2023.11.0" try: __branch__ = (