From 3ddc7f569ed545db3ca1c345d8887bd1c49960fc Mon Sep 17 00:00:00 2001 From: Dean Poulos Date: Fri, 28 Jun 2024 13:16:01 +1000 Subject: [PATCH] Bump version to 0.17.6 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 = [