Skip to content

Commit

Permalink
bump 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yomach committed Dec 19, 2024
1 parent be92404 commit 7bc6184
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 64 deletions.
5 changes: 4 additions & 1 deletion 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.2] - 2024-12-19
### Added
- Support for Python 3.12

Expand Down Expand Up @@ -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
Expand Down
124 changes: 62 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1"
version = "v0.18.2"
description = "The qualang_tools package includes various tools related to QUA programs in Python"
authors = ["Quantum Machines <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 7bc6184

Please sign in to comment.