From ab13ba777b11566250f16f2c2a4439789c307133 Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Tue, 23 Jan 2024 12:32:50 +0100 Subject: [PATCH] release: bump version to 0.31.1 --- CHANGELOG.md | 11 +++++++++++ geotribu_cli/__about__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb08776d..083dd090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,17 @@ Unreleased --> +## 0.31.1 - 2024-01-23 + +### Features and enhancements 🎉 + +* Amélioration des résultats de la recherche de contenus by @Guts in +* improve: search images table result by @Guts in + +### Other Changes + +* security: bump pillow to 10.2 to fix CVE-2022-22817 by @Guts in + ## 0.31.0 - 2024-01-08 ### Features and enhancements 🎉 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index b93629db..e34a32fa 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.31.0" +__version__ = "0.31.1" __version_info__ = tuple( [ int(num) if num.isdigit() else num