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

Commit e1bdd34

Browse files
committed
bump v0.15.6
1 parent fbbbf0b commit e1bdd34

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.15.6]
10+
11+
## Changed
12+
* Updated qualangtools version
13+
914
## [0.15.5]
1015

1116
### Fixed
@@ -195,7 +200,8 @@ Entropy persistence backend.
195200
* QPU-DB - This is an extension to entropy which is built to save and manage the pieced of information describing
196201
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.
197202

198-
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.5...HEAD
203+
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.6...HEAD
204+
[0.15.5]: https://github.com/entropy-lab/entropy/compare/v0.15.5...v0.15.6
199205
[0.15.5]: https://github.com/entropy-lab/entropy/compare/v0.15.4...v0.15.5
200206
[0.15.4]: https://github.com/entropy-lab/entropy/compare/v0.15.3...v0.15.4
201207
[0.15.3]: https://github.com/entropy-lab/entropy/compare/v0.15.2...v0.15.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "entropylab"
33

4-
version = "0.15.5"
4+
version = "0.15.6"
55

66
description = ""
77
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)