Skip to content

Commit

Permalink
release 2.1.0 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage authored Oct 8, 2023
1 parent 49c5bcd commit 0cb31a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
Version 2.1.0
-------------

Unreleased
Released 2024-10-08

- fix type signature in ``flask_caching.utils.make_template_fragment_key``. :pr:`430`
- Added docs and example for make_cache_key
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 @@ -33,7 +33,7 @@
from flask_caching.utils import make_template_fragment_key # noqa: F401
from flask_caching.utils import wants_args

__version__ = "2.0.2"
__version__ = "2.1.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 0cb31a3

Please sign in to comment.