Skip to content

Commit

Permalink
new release (#731)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions bot <actions@github.com>
  • Loading branch information
jjmartinezQT and actions-user authored May 28, 2024
1 parent 4f4fd0e commit bd9d51d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## 0.26.2 (2024-05-28)

### New features since last release

- Introduce the Two-Step pulse shape to improve readout
[#730](https://github.com/qilimanjaro-tech/qililab/pull/730)

### Deprecations / Removals

- Remove qiboconnection_api.block_device() and release_device()
[#728](https://github.com/qilimanjaro-tech/qililab/pull/728)

## 0.26.1 (2024-04-26)

### Bug fixes
Expand Down
6 changes: 0 additions & 6 deletions docs/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@

### New features since last release

- Introduce the Two-Step pulse shape to improve readout
[#730](https://github.com/qilimanjaro-tech/qililab/pull/730)

### Improvements

### Breaking changes

### Deprecations / Removals

- Remove qiboconnection_api.block_device() and release_device()
[#728](https://github.com/qilimanjaro-tech/qililab/pull/728)

### Documentation

### Bug fixes
2 changes: 1 addition & 1 deletion src/qililab/config/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

"""Version number (major.minor.patch[-label])"""
__version__ = "0.26.1"
__version__ = "0.26.2"

0 comments on commit bd9d51d

Please sign in to comment.