Skip to content

Commit 18866a5

Browse files
committed
Release 1.8.0
1 parent 6c33fa0 commit 18866a5

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.0 (2016-02-02)
5+
------------------
66
- History tracking can be inherited by passing `inherit=True`. (gh-63)
77

88
1.7.0 (2015-12-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.7.0'
3+
__version__ = '1.8.0'
44

55

66
def register(

0 commit comments

Comments
 (0)