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 703e7aa commit 269e655Copy full SHA for 269e655
CHANGELOG.md
@@ -18,6 +18,12 @@ Unreleased
18
19
-->
20
21
+## 0.34.2 - 2024-07-03
22
+
23
+### Bugs fixes 🐛
24
25
+* fix header check unused variables by @gounux in https://github.com/geotribu/cli/pull/229
26
27
## 0.34.1 - 2024-07-03
28
29
### Bugs fixes 🐛
geotribu_cli/__about__.py
@@ -38,7 +38,7 @@
38
39
__uri__ = __uri_repository__
40
41
-__version__ = "0.34.1"
+__version__ = "0.34.2"
42
__version_info__ = tuple(
43
[
44
int(num) if num.isdigit() else num
0 commit comments