From 37c23cf4ede45b47e13e29fd80b783270a258c65 Mon Sep 17 00:00:00 2001 From: Moritz Schott Date: Wed, 21 Feb 2024 13:28:59 +0100 Subject: [PATCH] release: bump version to 0.3.1 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62b853..7774c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased + +## 0.3.1 + ### Fixed - prevent an exception if the `log_dir` for the `OhsomeClient` was set to `None` diff --git a/pyproject.toml b/pyproject.toml index a68a8d3..00423c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "GIScience Research Group, Heidelberg University"] repository = "https://github.com/GIScience/ohsome-py"