Skip to content

Commit

Permalink
release-2.2.0 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage authored Apr 27, 2024
1 parent 67c34a0 commit c1b683c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Changelog
Version 2.2.0
-------------

- Drop py37 support
- Drop python 3.7 support
- python 3.11 officially supported
- 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


Version 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/flask_caching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from flask_caching.utils import make_template_fragment_key # noqa: F401
from flask_caching.utils import wants_args

__version__ = "2.1.0"
__version__ = "2.2.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit c1b683c

Please sign in to comment.