diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f97e92a..6b41e5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] + +## [0.17.4] - 2024-05-07 ### Fixed - control_panel - Fix init of ManualOutputControl (remove old logger call). diff --git a/pyproject.toml b/pyproject.toml index dbed4b26..30209537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualang-tools" -version = "v0.17.3" +version = "v0.17.4" description = "The qualang_tools package includes various tools related to QUA programs in Python" license = "BSD-3-Clause" authors = [