Skip to content

Commit 7622c84

Browse files
author
Lucas Wiman
committed
Update repo metadata to reflect changes/authorship/version
1 parent 4ff11f4 commit 7622c84

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Authors
3131
- Trey Hunner
3232
- Ulysses Vilela
3333
- vnagendra
34+
- Lucas Wiman
3435

3536
Background
3637
==========

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

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+
48
1.8.0 (2016-02-02)
59
------------------
610
- History tracking can be inherited by passing `inherit=True`. (gh-63)

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)