From 8012ba4184bf59f8d074e2f862fb0605a6fe51d6 Mon Sep 17 00:00:00 2001 From: TheoLaudatQM <98808790+TheoLaudatQM@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:00:32 +0200 Subject: [PATCH] Bump version v0.11.0 (#119) * Changelog + pyproject * fix changelog * Again --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f92cd3da..e3ddc3f3 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.11.0] - 2022-07-18 ### Added - Calibrations - a new package with an API to perform basic single qubit calibration protocols. - Results.fetching_tool - Add the `.is_processing()` method. @@ -186,7 +188,8 @@ operation (readout pulse for instance) already defined in the configuration. ### Added - This release exposes the baking, RB and XEB functionality. -[Unreleased]: https://github.com/qua-platform/py-qua-tools/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/qua-platform/py-qua-tools/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/qua-platform/py-qua-tools/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/qua-platform/py-qua-tools/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/qua-platform/py-qua-tools/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/qua-platform/py-qua-tools/compare/v0.7.2...v0.8.0 diff --git a/pyproject.toml b/pyproject.toml index b4cabcd3..cdfd37fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualang-tools" -version = "v0.10.0" +version = "v0.11.0" description = "The qualang_tools package includes various tools related to QUA programs in Python" license = "BSD-3-Clause" authors = [