Skip to content

Commit e59bc04

Browse files
authored
release 2.3.1 (#604)
1 parent 023491c commit e59bc04

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 2.3.1
5+
-------------
6+
7+
Released 2025-02-22
8+
9+
- Relax cachelib version to allow latest releases
10+
11+
412

513
Version 2.3.0
614
-------------

src/flask_caching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from flask_caching.utils import make_template_fragment_key # noqa: F401
4141
from flask_caching.utils import wants_args
4242

43-
__version__ = "2.3.0"
43+
__version__ = "2.3.1"
4444

4545
logger = logging.getLogger(__name__)
4646

0 commit comments

Comments
 (0)