From c7368a3387ce397ddb97fdfe26fe510aebb199f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Jan 2023 10:58:41 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.11.0=20=E2=86=92=200.12.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 eb8cad515..20d2e9a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 0.12.0 (2023-01-17) + +### Feat + +- Update qblox and qpysequence + ## 0.11.0 (2023-01-12) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 5796a6b34..9975764c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ use_parentheses = true ensure_newline_before_comments = true [tool.commitizen] -version = "0.11.0" +version = "0.12.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 48ce69b1d..67708a63f 100644 --- a/src/qililab/config/version.py +++ b/src/qililab/config/version.py @@ -1,2 +1,2 @@ """ library version """ -__version__ = "0.11.0" +__version__ = "0.12.0"