Skip to content

Commit

Permalink
Bump version 0.11.2 (#128)
Browse files Browse the repository at this point in the history
* Update readme and changelog
* Revert readme update
* Update pyproject
  • Loading branch information
TheoLaudatQM authored Jul 25, 2022
1 parent f612f1b commit cb7f179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.2] - 2022-07-25
### Changed
- - results - Improved `is_processing()` and add `get_start_time()` to fetching_tool.
- results - Improved `is_processing()` and add `get_start_time()` to fetching_tool.

## [0.11.1] - 2022-07-19
### Fixed
Expand Down Expand Up @@ -194,7 +196,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.11.1...HEAD
[Unreleased]: https://github.com/qua-platform/py-qua-tools/compare/v0.11.2...HEAD
[0.11.1]: https://github.com/qua-platform/py-qua-tools/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/qua-platform/py-qua-tools/compare/v0.11.0...v0.11.1
[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
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.11.1"
version = "v0.11.2"
description = "The qualang_tools package includes various tools related to QUA programs in Python"
license = "BSD-3-Clause"
authors = [
Expand Down

0 comments on commit cb7f179

Please sign in to comment.