Skip to content

Commit 6b50e52

Browse files
committed
Update version to 1.3.2
1 parent a47f2d6 commit 6b50e52

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

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.3.2 2017-06-25
5+
````````````````````````
6+
7+
- Fix ``spreadsaslmemcached`` backend when using Python 3.
8+
- Fix kwargs order when memoizing a function using Python 3.6 or greater.
9+
See `#27 <https://github.com/sh4nks/flask-caching/issues/27>`_.
10+
411
Version 1.3.1 2017-06-20
512
````````````````````````
613
- Avoid breakage for environments with Werkzeug<0.12 installed because

flask_caching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from ._compat import PY2, iteritems
2626

27-
__version__ = '1.3.1'
27+
__version__ = '1.3.2'
2828

2929
logger = logging.getLogger(__name__)
3030

0 commit comments

Comments
 (0)