From 3e111b329b38e4dad495b3f15480f0c93e16a9b7 Mon Sep 17 00:00:00 2001 From: JavierSab Date: Tue, 22 Oct 2024 16:54:23 +0200 Subject: [PATCH] version update --- CHANGELOG.md | 4 ++++ changelog-dev.md | 2 -- src/qiboconnection/__init__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33351591..77b9cc4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.23.1 + +- Support for annealing executions[#166](https://github.com/qilimanjaro-tech/qiboconnection/pull/166) + ## 0.22.1 - Support new QProgram serialization. diff --git a/changelog-dev.md b/changelog-dev.md index f2762e1c..677e612b 100644 --- a/changelog-dev.md +++ b/changelog-dev.md @@ -4,8 +4,6 @@ This document contains the changes of the current release. ### New features since last release -- [#166](https://github.com/qilimanjaro-tech/qiboconnection/pull/166) - ### Improvements ### Breaking changes diff --git a/src/qiboconnection/__init__.py b/src/qiboconnection/__init__.py index 20f0d239..869ae0a1 100644 --- a/src/qiboconnection/__init__.py +++ b/src/qiboconnection/__init__.py @@ -23,7 +23,7 @@ """ -__version__ = "0.23.0-alpha.0" +__version__ = "0.23.1" from .about import about