From 599ef04a92add6b9678e2a7650b076630db5536b Mon Sep 17 00:00:00 2001 From: Benjamin Gutzmann Date: Fri, 25 Sep 2020 00:15:07 +0200 Subject: [PATCH] Bump to version 0.8.0 --- CHANGELOG.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 93c79a529..2ff20f426 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,11 @@ Changelog Development =========== +... + +0.8.0 (25.09.2020) +================== + - Add TTL-based persistent caching using dogpile.cache - Add ``example/radolan.py`` and adjust documentation - Export dataframe to different data sinks like SQLite, DuckDB, InfluxDB and CrateDB diff --git a/pyproject.toml b/pyproject.toml index 36e1a558f..ad32a2ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.7.0" +version = "0.8.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ",