Skip to content

Commit 4b522cf

Browse files
authored
release 2.0.0 (#374)
1 parent 4f36117 commit 4b522cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Changelog
44
Version 2.0.0
55
-------------
66

7-
Released 2022-05-29
7+
Released 2022-06-26
88

9-
- fix bug where ``flask_caching.backends.RedisSentinelCache.get_many`` would query wrong host&port combination.
10-
- ``flask_caching.backends.FileSystemCache`` internal implementations have been removed. It now shares 100% of ``cachelib.FileSystemCache`` API and is fully compatible.
11-
- Add proxy to underlaying ``has`` method of cache clients
9+
- fix bug where ``flask_caching.backends.RedisSentinelCache.get_many`` would query wrong host&port combination. :pr:`372`
10+
- ``flask_caching.backends.FileSystemCache`` internal implementations have been removed. It now shares 100% of ``cachelib.FileSystemCache`` API and is fully compatible. :pr:`369`
11+
- Add proxy to underlaying ``has`` method of cache clients. :pr:`356`
1212

1313

1414
Version 1.11.1

src/flask_caching/__init__.py

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

41-
__version__ = "1.11.1"
41+
__version__ = "2.0.0"
4242

4343
logger = logging.getLogger(__name__)
4444

0 commit comments

Comments
 (0)