From 273f58c649ed94ad2442e94aa485f8823e915a1e Mon Sep 17 00:00:00 2001 From: Benjamin Gutzmann Date: Wed, 29 May 2024 19:04:21 +0200 Subject: [PATCH] Bump version to 0.85.0 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e071252ec..8775b9b36 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Development *********** +0.85.0 (29.05.2024) +******************* + - Fix `dropna` argument for DWD Mosmix and DMO - Adjust DWD Mosmix and DMO kml reader to parse all parameters - Fix `to_target(duckdb)` for stations diff --git a/pyproject.toml b/pyproject.toml index 5f0412ed6..34fa1d655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.84.0" +version = "0.85.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ",