Skip to content

Commit ac13e01

Browse files
authored
Release 1.11.1 (hotfix) (#354)
* add changelog * increment version
1 parent cd5aa95 commit ac13e01

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Version 1.11.1
5+
--------------
6+
7+
Released 2022-05-27
8+
9+
- Add cachelib to setup.py
10+
411

512
Version 1.11.0
613
--------------

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.0"
41+
__version__ = "1.11.1"
4242

4343
logger = logging.getLogger(__name__)
4444

0 commit comments

Comments
 (0)