Skip to content

Commit 260ed02

Browse files
committed
release: bump version to 0.3.2
1 parent 97ee437 commit 260ed02

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Unreleased
44

5+
## 0.3.2
6+
7+
### Fixed
8+
9+
- GeoSeries supplied as `bpolys` input raising exception ([#155](https://github.com/GIScience/ohsome-py/issues/155))
10+
11+
### Changed
12+
13+
- if tags are supplied for explosion in `response.as_dataframe`, the respective column will always be present in the resulting Geodataframe, even if the tags were not part of the result. In that case the column will be all-None ([#149](https://github.com/GIScience/ohsome-py/issues/149)).
14+
515

616
## 0.3.1
717

@@ -14,7 +24,7 @@
1424

1525
- relaxed dependency requirement for `urllib3` to >=2.0.2 to prevent ohsome-py from becoming a 'diamond-dependency'
1626
- improved and sped up testing (first steps towards [#139](https://github.com/GIScience/ohsome-py/issues/139))
17-
- move metadata property from singleton to `chached_property`
27+
- move metadata property from singleton to `cached_property`
1828

1929
## 0.3.0
2030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ohsome"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A Python client for the ohsome API"
55
authors = ["HeiGIT ohsome team <ohsome@heigit.org>", "GIScience Research Group, Heidelberg University"]
66
repository = "https://github.com/GIScience/ohsome-py"

0 commit comments

Comments
 (0)