From 5e7b5824f5d827a6a9173c608eb94a56aa2f098a Mon Sep 17 00:00:00 2001 From: Dean Poulos Date: Mon, 23 Dec 2024 22:05:10 +1100 Subject: [PATCH] Modify changelog and pyproject.toml. --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5951f98d..70e997a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ 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.18.2] - 2024-12-23 ### Added - Support for Python 3.12 +- wirer - Add support for external mixers ### Fixed - external_frameworks/qcodes - Fixed the driver to be compatible with qm-qua==1.2.1. @@ -391,7 +393,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.17.7...HEAD +[Unreleased]: https://github.com/qua-platform/py-qua-tools/compare/v0.18.2...HEAD +[0.18.2]: https://github.com/qua-platform/py-qua-tools/compare/v0.18.1...v0.18.2 [0.18.1]: https://github.com/qua-platform/py-qua-tools/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.7...v0.18.0 [0.17.7]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.6...v0.17.7 diff --git a/pyproject.toml b/pyproject.toml index 31f7353f..18c96655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualang-tools" -version = "v0.18.1" +version = "v0.18.2" description = "The qualang_tools package includes various tools related to QUA programs in Python" authors = ["Quantum Machines "] license = "BSD-3-Clause"