Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit bb5ff45

Browse files
authored
bump 0.15.2 (#316)
1 parent 2faaee8 commit bb5ff45

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
77

8+
## [0.15.2] - 2022-07-20
9+
10+
### Fixed
11+
* Changed pyquatools dependency to be latest
812

913
## [0.15.1] - 2022-06-30
1014

@@ -173,7 +177,8 @@ Entropy persistence backend.
173177
* QPU-DB - This is an extension to entropy which is built to save and manage the pieced of information describing
174178
a Quantum Processing Unit. If multiple nodes are set up to calibrate the QPU, measuring decoherence times and resonant frequencies for example, then that data can be saved to a centralized store and subsequently used in the target application. Warning: this module will be replaced in future releases but a migration path will be provided.
175179

176-
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.1...HEAD
180+
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.2...HEAD
181+
[0.15.2]: https://github.com/entropy-lab/entropy/compare/v0.15.1...v0.15.2
177182
[0.15.1]: https://github.com/entropy-lab/entropy/compare/v0.15.0...v0.15.1
178183
[0.15.0]: https://github.com/entropy-lab/entropy/compare/v0.14.0...v0.15.0
179184
[0.14.0]: https://github.com/entropy-lab/entropy/compare/v0.13.0...v0.14.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "entropylab"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
description = ""
55
license = "BSD-3-Clause"
66
authors = [

0 commit comments

Comments
 (0)