From aa9fa2f10b212ec79b0253e7676227c85dd6b960 Mon Sep 17 00:00:00 2001 From: Benjamin Gutzmann Date: Fri, 14 Jun 2024 17:16:20 +0200 Subject: [PATCH] Bump version to 0.88.0 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a1b28bf05..47a36cc81 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Development *********** +0.88.0 (14.06.2024) +******************* + - Allow passing `--listen` when running the explorer to specify the host and port 0.87.0 (06.06.2024) diff --git a/pyproject.toml b/pyproject.toml index bd5fafe99..bfae11c81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.87.0" +version = "0.88.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ",