Skip to content

Commit b1826d5

Browse files
author
Ross Mechanic
authored
Prepare for 2.4.0 release (#434)
1 parent 888709e commit b1826d5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changes
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

910
2.3.0 (2018-07-19)
1011
------------------

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.3.0
2+
current_version = 2.4.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.3.0'
3+
__version__ = '2.4.0'
44

55

66
def register(

0 commit comments

Comments
 (0)