diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2826c2796..7d3f20577 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ Changelog Development *********** +... + +0.14.0 (05.02.2021) +******************* + - DWD: Add missing radar site "Emden" (EMD, wmo=10204) - Mosmix stations: fix longitudes/latitudes to be decimal degrees (before they were degrees and minutes) diff --git a/LICENSE b/LICENSE index fcc42cd85..32f3a6389 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2020 earthobservations +Copyright (c) 2018-2021 earthobservations Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.rst b/README.rst index 0f645df6b..a4c473263 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ Overview .. image:: https://pepy.tech/badge/wetterdienst/month :target: https://pepy.tech/project/wetterdienst/month .. image:: https://img.shields.io/github/license/earthobservations/wetterdienst - :target: https://github.com/earthobservations/wetterdienst/blob/main/LICENSE.rst + :target: https://github.com/earthobservations/wetterdienst/blob/main/LICENSE .. image:: https://zenodo.org/badge/160953150.svg :target: https://zenodo.org/badge/latestdoi/160953150 .. image:: https://img.shields.io/discord/704622099750191174.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2 diff --git a/pyproject.toml b/pyproject.toml index 7129df3f2..99a5fcab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.13.0" +version = "0.14.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ", diff --git a/tests/dwd/radar/test_api_historic.py b/tests/dwd/radar/test_api_historic.py index 0a8dbddc4..38ec545da 100644 --- a/tests/dwd/radar/test_api_historic.py +++ b/tests/dwd/radar/test_api_historic.py @@ -849,6 +849,7 @@ def test_radar_request_radvor_rq_yesterday(): assert re.match(bytes(header, encoding="ascii"), payload[:180]) +@pytest.mark.xfail @pytest.mark.remote def test_radar_request_radvor_rq_timerange(): """