File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- Unreleased
5
- ----------
4
+ 2.1.0 (2018-06-04)
5
+ ------------------
6
6
- Add ability to specify custom history_reason field (gh-379)
7
7
- Add ability to specify custom history_id field (gh-368)
8
8
- Add HistoricalRecord instance properties `prev_record ` and `next_record ` (gh-365)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ following::
30
30
31
31
This error occurs because ``django-webtest `` sets
32
32
``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
34
34
``clean_environment `` or ``tearDown `` method that
35
35
you use:
36
36
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.0
2
+ current_version = 2.1. 0
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = '2.0'
3
+ __version__ = '2.1. 0'
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments