Skip to content

Commit 65e93e0

Browse files
bump: version 0.1.0 → 0.1.1
1 parent 99c5f90 commit 65e93e0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.1 (2025-03-30)
2+
3+
### Fix
4+
5+
- **lcs**: adds layer creation option and fixes encoding issue
6+
17
## 0.1.0 (2025-03-30)
28

39
### Feat

overture2hdx/__version__.py

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

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.1.0"
3+
version = "0.1.1"
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)