Skip to content

Commit

Permalink
Bump version to 0.15.0
Browse files Browse the repository at this point in the history
Add imports of Provider and Kind to top-level
  • Loading branch information
gutzbenj committed Mar 7, 2021
1 parent 858470d commit cbb9ed7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,11 @@ Changelog
Development
***********

...

0.15.0 (07.03.2021)
*******************

- Add StationsResult and ValuesResult to allow for new workflow and connect stations and
values request
- Add accessor .values to Stations class to get straight to values for a request
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wetterdienst"
version = "0.14.1"
version = "0.15.0"
description = "Open weather data for humans"
authors = [
"Benjamin Gutzmann <gutzemann@gmail.com>",
Expand Down
2 changes: 2 additions & 0 deletions wetterdienst/__init__.py
Expand Up @@ -6,7 +6,9 @@

from wetterdienst import dwd
from wetterdienst.api import Wetterdienst
from wetterdienst.metadata.kind import Kind
from wetterdienst.metadata.period import Period
from wetterdienst.metadata.provider import Provider
from wetterdienst.metadata.resolution import Resolution

# Single-sourcing the package version
Expand Down

0 comments on commit cbb9ed7

Please sign in to comment.