File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- Unreleased
4
+ 2.4.0 (2018-09-20)
5
5
------------------
6
6
- Add pre and post create_historical_record signals (gh-426)
7
- - Remove support for `django_mongodb_engine ` when converting AutoFields
7
+ - Remove support for `django_mongodb_engine ` when converting AutoFields (gh-432)
8
+ - Add support for Django 2.1 (gh-418)
8
9
9
10
2.3.0 (2018-07-19)
10
11
------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.3 .0
2
+ current_version = 2.4 .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.3 .0'
3
+ __version__ = '2.4 .0'
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments