Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Feb 5, 2021
1 parent d40b3b9 commit 8170d0b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <gutzemann@gmail.com>",
Expand Down
1 change: 1 addition & 0 deletions tests/dwd/radar/test_api_historic.py
Expand Up @@ -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():
"""
Expand Down

0 comments on commit 8170d0b

Please sign in to comment.