We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574e1d4 commit 2534293Copy full SHA for 2534293
CHANGES
@@ -1,7 +1,7 @@
1
Changelog
2
---------
3
4
-Version 1.3.0 Unreleased
+Version 1.3.0 2017-06-17
5
````````````````````````
6
7
- Add uWSGI Caching backend (requires Werkzeug >= 0.12)
flask_caching/__init__.py
@@ -23,7 +23,7 @@
23
24
from ._compat import PY2
25
26
-__version__ = '1.2.0'
+__version__ = '1.3.0'
27
28
logger = logging.getLogger(__name__)
29
0 commit comments