From 44b38ef236344be003b67ececacd72968a301c6d Mon Sep 17 00:00:00 2001 From: Dean Poulos Date: Wed, 26 Jun 2024 23:26:16 +1000 Subject: [PATCH] Bump version to 0.17.5 (#222) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5690f2cb..1d235bb0 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.5] - 2024-06-26 ### Fixed - control_panel - Fix voltage booking error introduced in the previous fix. - control_panel - Fix rounding error in `ManualOutputControl` that caused voltage drifts. diff --git a/pyproject.toml b/pyproject.toml index e2a1d126..3e478ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualang-tools" -version = "v0.17.4" +version = "v0.17.5" description = "The qualang_tools package includes various tools related to QUA programs in Python" license = "BSD-3-Clause" authors = [