From ef5ccc9fd3819bfe666dc0e3dc5633e0693b9423 Mon Sep 17 00:00:00 2001 From: Milan Viricel Date: Wed, 4 Sep 2024 13:55:52 +0200 Subject: [PATCH] bump version to 0.13.0 --- CHANGELOG.md | 4 ++-- pasqal_cloud/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6865d0c4..0af71308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. -## [0.12.1] - 2024-09-04 +## [0.13.0] - 2024-09-04 -### Changed +### Breaking change - The following methods now use the V2 that do not return the results any more: - Cancel a batch diff --git a/pasqal_cloud/_version.py b/pasqal_cloud/_version.py index 1447bfdb..e3535937 100644 --- a/pasqal_cloud/_version.py +++ b/pasqal_cloud/_version.py @@ -13,4 +13,4 @@ # limitations under the License. -__version__ = "0.12.1" +__version__ = "0.13.0"