diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 45394a034..23ee78105 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Development *********** +0.52.0 (19.01.2023) +******************* + - Add Geosphere Observation implementation for Austrian meteorological data - RADAR: Clean up code and merge access module into api - DWD MOSMIX: Fix parsing station list diff --git a/CITATION.cff b/CITATION.cff index ec8c6b079..6ccd01039 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,8 +2,8 @@ cff-version: 1.2.0 type: software title: wetterdienst -version: 0.51.0 -date-released: '2023-01-04' +version: 0.52.0 +date-released: '2023-01-19' authors: - name: Benjamin Gutzmann - name: Andreas Motl @@ -42,5 +42,7 @@ keywords: - noaa-nws - national-weather-service - eaufrance-hubeau +- geosphere +- geosphere-austria message: If you use this software, please cite it using these metadata. ... diff --git a/pyproject.toml b/pyproject.toml index b7edaf769..b397f75db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.51.0" +version = "0.52.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ",