diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e6139ae5f..e5855bdd9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Development *********** +0.79.0 (21.03.2024) +******************* + - Fix parsing of DWD Observation stations where name contains a comma 0.78.0 (09.03.2024) diff --git a/pyproject.toml b/pyproject.toml index 3dc76d25b..f94d35f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.78.0" +version = "0.79.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ",