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 11Changes
22=======
33
4- Unreleased
4+ 2.4.0 (2018-09-20)
55------------------
66- 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)
89
9102.3.0 (2018-07-19)
1011------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.3 .0
2+ current_version = 2.4 .0
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = '2.3 .0'
3+ __version__ = '2.4 .0'
44
55
66def register (
You can’t perform that action at this time.
0 commit comments