Skip to content

Commit a04b8f3

Browse files
authored
release 11.0.1 (#351)
* release * fix formating CHANGES.rst
1 parent 663a595 commit a04b8f3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
Changelog
22
=========
33

4+
45
Version 1.11.0
56
--------------
67

7-
Unreleased
8+
Released 2022-05-27
89

910
- Add suport for cached/memoized generators. PR `#286 <https://github.com/pallets-eco/flask-caching/pull/286>`_.
1011
- Add support for Flask 2.0 async. PR `#282 <https://github.com/pallets-eco/flask-caching/pull/282>`_.
1112
- Cachelib is now used as backend. PR `#308 <https://github.com/pallets-eco/flask-caching/pull/308>`_.
1213
- Drop support for python 3.6. PR `#332 <https://github.com/pallets-eco/flask-caching/pull/332>`_.
1314
- Add support for dynamic cache timeouts `#296 <https://github.com/pallets-eco/flask-caching/pull/296>`_.
14-
- Fix bug `#343 <https://github.com/pallets-eco/flask-caching/issues/343>`_ in CACHE_OPTIONS reading for radis in RedisSentinelCache
15+
- Fix bug in ``CACHE_OPTIONS`` reading for redis in ``RedisSentinelCache``. PR `#343 <https://github.com/pallets-eco/flask-caching/issues/343>`_.
16+
1517

1618
Version 1.10.1
1719
--------------

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.10.1"
41+
__version__ = "1.11.0"
4242

4343
logger = logging.getLogger(__name__)
4444

0 commit comments

Comments
 (0)