From 5c6af63cd3bc3b8513e59b39b60b077f82caedf1 Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Mon, 19 Jun 2023 16:58:59 +0200 Subject: [PATCH] Bump version to 0.21.0 --- CHANGELOG.md | 11 +++++++++++ geotribu_cli/__about__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08325ea..df98e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,17 @@ Unreleased --> +## 0.21.0 - 2023-06-19 + +### Features and enhancements 🎉 + +* Factorise la conversion des commentaires en Markdown by @Guts in +* Fonctionnalité : optimisation des images pour la publication by @Guts in + +### Tooling 🔧 + +* Améliore le README et le raccourcit le nom des exécutables by @Guts in + ## 0.20.0 - 2023-06-18 ### Features and enhancements 🎉 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index 61bc349..7490778 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.20.0" +__version__ = "0.21.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num