Skip to content

Commit 269e655

Browse files
committed
v0.34.2
1 parent 703e7aa commit 269e655

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Unreleased
1818
1919
-->
2020

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+
2127
## 0.34.1 - 2024-07-03
2228

2329
### Bugs fixes 🐛

geotribu_cli/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
__uri__ = __uri_repository__
4040

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

0 commit comments

Comments
 (0)