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 4ff11f4 commit 7622c84Copy full SHA for 7622c84
AUTHORS.rst
@@ -31,6 +31,7 @@ Authors
31
- Trey Hunner
32
- Ulysses Vilela
33
- vnagendra
34
+- Lucas Wiman
35
36
Background
37
==========
CHANGES.rst
@@ -1,6 +1,10 @@
1
Changes
2
=======
3
4
+1.8.1 (2016-03-17)
5
+------------------
6
+- Clear the threadlocal request object when processing the response to prevent test interactions. (gh-213)
7
+
8
1.8.0 (2016-02-02)
9
------------------
10
- History tracking can be inherited by passing `inherit=True`. (gh-63)
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = '1.8.0'
+__version__ = '1.8.1'
def register(
0 commit comments