From b4221067733cd91d773da40c0225990a680a4999 Mon Sep 17 00:00:00 2001 From: Benjamin Gutzmann Date: Fri, 14 Oct 2022 23:10:34 +0200 Subject: [PATCH] Bump version to 0.47.0 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0480eb6e4..8175552b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Development *********** +0.47.0 (14.10.2022) +******************* + - Add support for reading DWD Mosmix-L all stations files 0.46.0 (14.10.2022) diff --git a/pyproject.toml b/pyproject.toml index e6578840b..20167ed08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.46.0" +version = "0.47.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ",