We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a25d93 commit e235412Copy full SHA for e235412
CHANGELOG.md
@@ -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
8
## 0.0.5 (2025-03-30)
9
10
### Fix
overture2hdx/__version__.py
@@ -1 +1 @@
-__version__ = "0.0.5"
+__version__ = "0.0.6"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "overture2hdx"
-version = "0.0.5"
+version = "0.0.6"
dynamic = ["version"]
description = "Lib to convert Overture data in GIS formats and upload it to HDX "
readme = "Readme.md"
0 commit comments