Skip to content

Commit

Permalink
release(0.3.1): update changelog
Browse files Browse the repository at this point in the history
bump version to 0.3.1
  • Loading branch information
SlowMo24 committed Feb 16, 2024
1 parent 56a7f18 commit 1637c01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.3.1

### Changed

- relaxed dependency requirement for `urllib3` to >=2.0.2

### Fixed

- prevent an exception if the `log_dir` for the `OhsomeClient` was set to `None`
- improved and sped up testing (first steps towards [#139](https://github.com/GIScience/ohsome-py/issues/139))

## 0.3.0

### Added
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.0"
version = "0.3.1"
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 1637c01

Please sign in to comment.