Skip to content

Commit c1b683c

Browse files
authored
release-2.2.0 (#560)
1 parent 67c34a0 commit c1b683c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Changelog
44
Version 2.2.0
55
-------------
66

7-
- Drop py37 support
7+
- Drop python 3.7 support
8+
- python 3.11 officially supported
9+
- Fix issue causing `args_to_ignore` to not work with `flask_caching.Cache.memoize` decorator when keyword arguments were used in the decorated function call
810

911

1012
Version 2.1.0

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.1.0"
43+
__version__ = "2.2.0"
4444

4545
logger = logging.getLogger(__name__)
4646

0 commit comments

Comments
 (0)