We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5849601 commit ea3df06Copy full SHA for ea3df06
CHANGELOG.md
@@ -18,6 +18,16 @@ Unreleased
18
19
-->
20
21
+## 0.26.0 - 2023-08-08
22
+
23
+### Features and enhancements 🎉
24
25
+* Ajoute les tests sur les types personnalisés argparse by @Guts in <https://github.com/geotribu/cli/pull/113>
26
27
+### Other Changes
28
29
+* Bascule sur la nouvelle URL du site Geotribu by @Guts in <https://github.com/geotribu/cli/pull/116>
30
31
## 0.25.0 - 2023-07-04
32
33
### Features and enhancements 🎉
geotribu_cli/__about__.py
@@ -38,7 +38,7 @@
38
39
__uri__ = __uri_repository__
40
41
-__version__ = "0.25.0"
+__version__ = "0.26.0"
42
__version_info__ = tuple(
43
[
44
int(num) if num.isdigit() else num
0 commit comments