From 234c8d662acfd2f33fcc1a68ca916c503c012fdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Feb 2023 10:44:00 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.15.1=20=E2=86=92=200.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/qililab/config/version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0accb81..8be733765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 0.16.0 (2023-02-07) + +### Feat + +- updates to Qibo v0.1.11, fixes breaking changes (#139) + ## 0.15.1 (2023-01-26) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8411400df..643ae345c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ use_parentheses = true ensure_newline_before_comments = true [tool.commitizen] -version = "0.15.1" +version = "0.16.0" version_files = [ "src/qililab/config/version.py", "pyproject.toml:version" diff --git a/src/qililab/config/version.py b/src/qililab/config/version.py index f0a87f06c..44e340e12 100644 --- a/src/qililab/config/version.py +++ b/src/qililab/config/version.py @@ -1,2 +1,2 @@ """ library version """ -__version__ = "0.15.1" +__version__ = "0.16.0"