Skip to content

Commit

Permalink
release: bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowMo24 committed Jul 8, 2024
1 parent 97ee437 commit 260ed02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## 0.3.2

### Fixed

- GeoSeries supplied as `bpolys` input raising exception ([#155](https://github.com/GIScience/ohsome-py/issues/155))

### Changed

- 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)).


## 0.3.1

Expand All @@ -14,7 +24,7 @@

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

## 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ohsome"
version = "0.3.1"
version = "0.3.2"
description = "A Python client for the ohsome API"
authors = ["HeiGIT ohsome team <[email protected]>", "GIScience Research Group, Heidelberg University"]
repository = "https://github.com/GIScience/ohsome-py"
Expand Down

0 comments on commit 260ed02

Please sign in to comment.