Skip to content

Commit

Permalink
Bump version to 0.98.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Dec 9, 2024
1 parent 8aefc59 commit 8a3cb5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "wetterdienst"
version = "0.97.0"
version = "0.98.0"
authors = [
{ name = "Benjamin Gutzmann", email = "[email protected]" },
{ name = "Andreas Motl", email = "[email protected]" },
Expand Down

0 comments on commit 8a3cb5f

Please sign in to comment.