Skip to content

Commit 01f0e3f

Browse files
committed
Version 2.5.0
1 parent 66a8e05 commit 01f0e3f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Version 2.5.0
55
-------------
66

7-
Unreleased
7+
Released 2026-08-24
88

99
- Specifying timeouts now also works with ``datetime.timedelta``. :issue:`266`
1010
- Add config option ``CACHE_SERIALIZER`` to set the cachelib serializer the backend uses.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flask-Caching
22

3-
A fork of the [Flask-cache](https://github.com/thadeusb/flask-cache) extension
3+
A fork of the [Flask-Cache](https://github.com/thadeusb/flask-cache) extension
44
which adds easy cache support to Flask.
55

66
## Pallets Community Ecosystem

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask-Caching"
3-
version = "2.4.1"
3+
version = "2.5.0"
44
description = "Adds caching support to Flask applications."
55
readme = "README.md"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)