Skip to content

Commit a3b7714

Browse files
committed
Release v0.1.3
1 parent c83a9d4 commit a3b7714

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
tscached (0.1.3-1) trusty; urgency=low
2+
3+
* Add X-tscached-mode response header
4+
* Add timing benchmark feature to testing/manual.py
5+
* Hotfix for missing referer field causing exceptions
6+
7+
-- Zachary Musgrave <[email protected]> Thu, 28 Apr 2016 14:00:55 -0700
8+
19
tscached (0.1.2-1) trusty; urgency=low
210

311
* Several bug fixes related to merge hardening

tscached/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from tscached.utils import setup_logging
88

99

10-
VERSION = '0.1.2'
10+
VERSION = '0.1.3'
1111

1212
app = Flask(__name__, static_url_path='', static_folder='kairos-web')
1313

0 commit comments

Comments
 (0)