Skip to content

Commit f4ef7b8

Browse files
author
Ross Mechanic
authored
Bumped version to 2.1.0 (#404)
1 parent 9c26625 commit f4ef7b8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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-
Unreleased
5-
----------
4+
2.1.0 (2018-06-04)
5+
------------------
66
- Add ability to specify custom history_reason field (gh-379)
77
- Add ability to specify custom history_id field (gh-368)
88
- Add HistoricalRecord instance properties `prev_record` and `next_record` (gh-365)

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ following::
3030

3131
This error occurs because ``django-webtest`` sets
3232
``DEBUG_PROPOGATE_EXCEPTIONS`` to true preventing the middleware from cleaning
33-
up the request. To solve this issue, add the following code to any
33+
up the request. To solve this issue, add the following code to any
3434
``clean_environment`` or ``tearDown`` method that
3535
you use:
3636

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0
2+
current_version = 2.1.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

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__ = '2.0'
3+
__version__ = '2.1.0'
44

55

66
def register(

0 commit comments

Comments
 (0)