We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7815c5 commit feeae9aCopy full SHA for feeae9a
CHANGELOG.md
@@ -18,6 +18,12 @@ Unreleased
18
19
-->
20
21
+## 0.32.0 - 2024-02-14
22
+
23
+### Features and enhancements 🎉
24
25
+* Fonctionnalité : export des comptes et listes du compte Mastodon by @Guts in <https://github.com/geotribu/cli/pull/172>
26
27
## 0.31.1 - 2024-01-23
28
29
### Features and enhancements 🎉
geotribu_cli/__about__.py
@@ -38,7 +38,7 @@
38
39
__uri__ = __uri_repository__
40
41
-__version__ = "0.31.1"
+__version__ = "0.32.0"
42
__version_info__ = tuple(
43
[
44
int(num) if num.isdigit() else num
0 commit comments