Skip to content

Commit

Permalink
Prepare for 2.4.0 release (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Mechanic authored Sep 20, 2018
1 parent 888709e commit b1826d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changes
=======

Unreleased
2.4.0 (2018-09-20)
------------------
- Add pre and post create_historical_record signals (gh-426)
- Remove support for `django_mongodb_engine` when converting AutoFields
- Remove support for `django_mongodb_engine` when converting AutoFields (gh-432)
- Add support for Django 2.1 (gh-418)

2.3.0 (2018-07-19)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.4.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion simple_history/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

__version__ = '2.3.0'
__version__ = '2.4.0'


def register(
Expand Down

0 comments on commit b1826d5

Please sign in to comment.