From 636fea27c78b0e76de102352ac39d66fcfd69a0b Mon Sep 17 00:00:00 2001 From: semantic-release-mgrani Date: Mon, 8 Jul 2024 15:09:31 +0200 Subject: [PATCH] 0.11.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ owilix/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0368002..3fc4f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.11.5 (2024-07-08) + +### Fix + +* fix: summary stats in ls command not correctly calculated when fields have been empty ([`466cc77`](https://opencode.it4i.eu/openwebsearcheu-public/owi-cli/-/commit/466cc778d4444541e4cc0d8ca79a1ff425549cb3)) + ## v0.11.4 (2024-07-05) ### Fix diff --git a/owilix/_version.py b/owilix/_version.py index 233844a..da67abb 100644 --- a/owilix/_version.py +++ b/owilix/_version.py @@ -1,3 +1,3 @@ # These version placeholders will be replaced later during substitution. -__version__ = "0.11.4" +__version__ = "0.11.5" __version_tuple__ = (0, 10, 0, "post", 2, "06b6e1e") diff --git a/pyproject.toml b/pyproject.toml index f09b091..e868c7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "owilix" -version = "0.11.4" +version = "0.11.5" description = "OWILIX - the Command Line Interface for slicing and consuming the Open Web Index. " authors = ["Michael Granitzer "] license = "MIT" -- 2.51.2