diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f019bf3..e5fd52e6 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.6] - 2024-06-27 ### Fixed - Fix deprecated imports in preparation for qm-qua version 1.2.0 diff --git a/pyproject.toml b/pyproject.toml index 3e478ae8..d695332b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualang-tools" -version = "v0.17.5" +version = "v0.17.6" description = "The qualang_tools package includes various tools related to QUA programs in Python" license = "BSD-3-Clause" authors = [