From f84c320647700855c5c9515c8177276d0241610a Mon Sep 17 00:00:00 2001 From: Benjamin Gutzmann Date: Sat, 1 Jun 2024 09:38:31 +0200 Subject: [PATCH] Bump version to 0.86.0 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5f676280d..9fb9afb52 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Development *********** +0.86.0 (01.06.2024) +******************* + - Interpolation/Summary: Require start and end date - Fix multiple issues with interpolation and summarization - Enable interpolation and summarization for all services diff --git a/pyproject.toml b/pyproject.toml index 34fa1d655..e81c97588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.85.0" +version = "0.86.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ",