Skip to content

Commit 2534293

Browse files
committed
Bump version to 1.3
1 parent 574e1d4 commit 2534293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
Version 1.3.0 Unreleased
4+
Version 1.3.0 2017-06-17
55
````````````````````````
66

77
- Add uWSGI Caching backend (requires Werkzeug >= 0.12)

flask_caching/__init__.py

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

2424
from ._compat import PY2
2525

26-
__version__ = '1.2.0'
26+
__version__ = '1.3.0'
2727

2828
logger = logging.getLogger(__name__)
2929

0 commit comments

Comments
 (0)