From 663bebec5db1c592e0b6471ff0ab73eb825f4b6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Dec 2022 11:06:12 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.10.2=20=E2=86=92=200.10.3?= 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 b47220729..092f3ce94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 0.10.3 (2022-12-21) + +### Fix + +- **Results**: fixed no-results dataframe generation (#109) + ## 0.10.2 (2022-12-14) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index f71eb1a7c..667d19297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ use_parentheses = true ensure_newline_before_comments = true [tool.commitizen] -version = "0.10.2" +version = "0.10.3" 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 21080aee2..6a5586999 100644 --- a/src/qililab/config/version.py +++ b/src/qililab/config/version.py @@ -1,2 +1,2 @@ """ library version """ -__version__ = "0.10.2" +__version__ = "0.10.3"