diff --git a/CHANGELOG.md b/CHANGELOG.md index 11119c43..ddcc9b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] -## [0.17.8] - 2024-10-23 +## [0.18.0] - 2024-10-23 ### Added - results - Allow the data saver to create the root folder if it doesn't exist. - wirer - Automatic tool to allocate channels for arbitrary combinations of QM instruments and superconducting qubits. @@ -377,7 +377,7 @@ operation (readout pulse for instance) already defined in the configuration. - This release exposes the baking, RB and XEB functionality. [Unreleased]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.7...HEAD -[0.17.8]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.7...v0.17.8 +[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 [0.17.6]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.5...v0.17.6 [0.17.5]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.4...v0.17.5 diff --git a/pyproject.toml b/pyproject.toml index 518aafd2..eccc1c89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualang-tools" -version = "v0.17.8" +version = "v0.18.0" description = "The qualang_tools package includes various tools related to QUA programs in Python" authors = ["Quantum Machines "] license = "BSD-3-Clause"