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 ",