From 23d96a8e4b8af94c7685d84fa1aafb80e54befc2 Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Thu, 2 May 2024 11:10:16 +0200 Subject: [PATCH] release: bump version to 0.33.0 --- CHANGELOG.md | 16 ++++++++++++++++ geotribu_cli/__about__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8850cae..58635f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,22 @@ Unreleased --> +## 0.33.0 - 2024-05-02 + +### Features and enhancements 🎉 + +* refacto: use mastodonpy to broadcast comments by @Guts in +* Améliore la gestion des logs by @Guts in + +### Tooling 🔧 + +* Ignore .idea folder by @gounux in +* ci: limit parallel tests to 2 by @Guts in + +## New Contributors + +* @gounux made their first contribution in + ## 0.32.1 - 2024-03-09 ### Bugs fixes 🐛 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index 070a76c..6f0f434 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.32.1" +__version__ = "0.33.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num