Skip to content

Commit e235412

Browse files
bump: version 0.0.5 → 0.0.6
1 parent 6a25d93 commit e235412

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.6 (2025-03-30)
2+
3+
### Fix
4+
5+
- **file**: fixes bug on file too large
6+
- **yaml**: fixes bug with categories in tphub
7+
18
## 0.0.5 (2025-03-30)
29

310
### Fix

overture2hdx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5"
1+
__version__ = "0.0.6"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "overture2hdx"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
dynamic = ["version"]
55
description = "Lib to convert Overture data in GIS formats and upload it to HDX "
66
readme = "Readme.md"

0 commit comments

Comments
 (0)