From 1613224087e3ba9b1a9a219c0b17adbef64846fd Mon Sep 17 00:00:00 2001 From: Benjamin Gutzmann Date: Sun, 30 Jul 2023 16:42:30 +0200 Subject: [PATCH] Bump version to 0.59.0 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a536a797..0bc171087 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Development *********** +0.59.0 (30.07.2023) +******************* + - Revise type hints for parameter and station_id - Fix Geosphere Observation parsing of dates in values -> thanks to @mhuber89 who discovered the bug and delivered a fix diff --git a/pyproject.toml b/pyproject.toml index 0eae88e58..d91f75322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.58.1" +version = "0.59.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ",