Skip to content

Commit feeae9a

Browse files
committed
release: bump version to 0.32.0
1 parent a7815c5 commit feeae9a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Unreleased
1818
1919
-->
2020

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+
2127
## 0.31.1 - 2024-01-23
2228

2329
### Features and enhancements 🎉

geotribu_cli/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
__uri__ = __uri_repository__
4040

41-
__version__ = "0.31.1"
41+
__version__ = "0.32.0"
4242
__version_info__ = tuple(
4343
[
4444
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)