Skip to content

Commit 6021fc9

Browse files
committed
Bump to 0.3.4
1 parent 0bae5e1 commit 6021fc9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.3.4 (2025-09-01)
4+
5+
- Fix Async parser using Sync postgis
6+
37
## 0.3.3 (2025-09-01)
48

59
- Fix not using AsyncConnection in async parser

geojson_aoi/__version__.py

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "geojson-aoi-parser"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "Parse and normalize a GeoJSON area of interest, using PostGIS."
55
authors = [
66
{name = "Sam Woodcock", email = "sam.woodcock@hotosm.org"},
@@ -67,7 +67,7 @@ pythonpath = [
6767

6868
[tool.commitizen]
6969
name = "cz_conventional_commits"
70-
version = "0.3.3"
70+
version = "0.3.4"
7171
version_files = [
7272
"pyproject.toml:version",
7373
"geojson_aoi/__version__.py",

0 commit comments

Comments
 (0)