Skip to content

Commit

Permalink
Bump version to 0.17.5 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpoulos authored Jun 26, 2024
1 parent 38c0290 commit 44b38ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 44b38ef

Please sign in to comment.