Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.18.1 #241

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.1] - 2024-11-05
### Added
- wirer - Support for fixed-frequency transmons, i.e., cross-resonant drive lines and zz drive lines
- examples/Qcodes_drivers: Added examples with the OPX1000.
Expand Down Expand Up @@ -385,6 +387,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.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
[0.17.6]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.5...v0.17.6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qualang-tools"
version = "v0.18.0"
version = "v0.18.1"
description = "The qualang_tools package includes various tools related to QUA programs in Python"
authors = ["Quantum Machines <info@quantum-machines.co>"]
license = "BSD-3-Clause"
Expand Down
Loading