diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3fa20..593f2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ Unreleased --> +## 0.9.1 - 2023-01-13 + +- Hotfix : Corrige l'argument manquant + ## 0.9.0 - 2023-01-13 - Fonctionnalité : ajoute le support des proxy HTTP/S by @Guts in diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index d9fba04..a39effe 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -34,7 +34,7 @@ __uri__ = __uri_repository__ -__version__ = "0.9.0" +__version__ = "0.9.1" __version_info__ = tuple( [ int(num) if num.isdigit() else num