From a0fe2ef20176aa30bf8bc328c5d1e3dc7f5e4137 Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Sat, 31 Dec 2022 18:03:59 +0100 Subject: [PATCH] Bump version to 0.6.0 --- CHANGELOG.md | 5 +++++ geotribu_cli/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e81a2c1..04c41de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ Unreleased --> +## 0.6.0 - 2022-12-31 + +- rewrite search-content subcommand by improving both indexation and search +- add format output argument to search-content with 'table' as first available option + ## 0.5.0 - 2022-12-28 - add format output argument to search-image with 'table' as first available option diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index e6da258..63cceed 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -34,7 +34,7 @@ __uri__ = __uri_repository__ -__version__ = "0.5.0" +__version__ = "0.6.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num