From f196bf8f33d765c4108c2cb8f236829bde463f80 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 18 Jun 2025 13:29:09 +0200 Subject: bump version to 0.11.0 This includes a bump to Python 3.11, as we use datetime.UTC which was only added in 3.11. We could go back and change those instances to datetime.timezone.utc, but why artificially stick to Py 3.10. --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1df3995..4aa9643 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Unreleased ---------- +0.11.0 - 2025-06-18 +------------------- + Added ^^^^^ @@ -14,6 +17,7 @@ Added Changed ^^^^^^^ +- Fietsboek now requires at least Python 3.11. - There is now a proper 404 (Not Found) page. - There is now a proper 403 (Forbidden) page. - The heat map is now preselected on the profile page. -- cgit v1.2.3