Skip to content

Commit ec0dca3

Browse files
author
Ross Mechanic
authored
Bump version to 2.8.0 (#611)
1 parent 68211b5 commit ec0dca3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGES.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Changes
22
=======
33

4-
Unreleased
5-
----------
6-
- Fixed bulk_create_with_history support for HistoryRecords with `relation_name` attribute (gh-591)
7-
- Added support for bulk_create_with_history for databeses different from PostgreSQL (gh-577)
8-
- Fixed DoesNotExist error when trying to get instance if object is deleted (gh-571)
4+
2.8.0 (2019-12-02)
5+
------------------
6+
- Fixed `bulk_create_with_history support` for HistoryRecords with `relation_name` attribute (gh-591)
7+
- Added support for `bulk_create_with_history` for databases different from PostgreSQL (gh-577)
8+
- Fixed `DoesNotExist` error when trying to get instance if object is deleted (gh-571)
99
- Fix `model_to_dict` to detect changes in a parent model when using
1010
`inherit=True` (backwards-incompatible for users who were directly
1111
using previous version) (gh-576)

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.7.3
2+
current_version = 2.8.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.7.3"
3+
__version__ = "2.8.0"
44

55

66
def register(

0 commit comments

Comments
 (0)