diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1c8e7ff91..5ebde152b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Development *********** +0.98.0 (09.12.2024) +******************* + - Add support for Python 3.13 and deprecate Python 3.9 - [Breaking] Add new metadata model: Requests now use `parameters` instead of `parameter` and `resolution` e.g. `parameters=[("daily", "kl")]` instead of `parameter="kl", resolution="daily"` diff --git a/pyproject.toml b/pyproject.toml index c7c2f1801..e6160e16d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wetterdienst" -version = "0.97.0" +version = "0.98.0" authors = [ { name = "Benjamin Gutzmann", email = "gutzemann@gmail.com" }, { name = "Andreas Motl", email = "andreas.motl@panodata.org" },