Skip to content

Commit ded4d68

Browse files
committed
Release 1.8.1
1 parent 7601079 commit ded4d68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
tip (unreleased)
5-
----------------
4+
1.8.1 (2016-03-19)
5+
------------------
66
- Clear the threadlocal request object when processing the response to prevent test interactions. (gh-213)
77

88
1.8.0 (2016-02-02)

simple_history/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import unicode_literals
22

3-
__version__ = '1.8.0'
3+
__version__ = '1.8.1'
44

55

66
def register(

0 commit comments

Comments
 (0)