Skip to content

Commit

Permalink
Bump version to 2.8.0 (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Mechanic authored Dec 2, 2019
1 parent 68211b5 commit ec0dca3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changes
=======

Unreleased
----------
- Fixed bulk_create_with_history support for HistoryRecords with `relation_name` attribute (gh-591)
- Added support for bulk_create_with_history for databeses different from PostgreSQL (gh-577)
- Fixed DoesNotExist error when trying to get instance if object is deleted (gh-571)
2.8.0 (2019-12-02)
------------------
- Fixed `bulk_create_with_history support` for HistoryRecords with `relation_name` attribute (gh-591)
- Added support for `bulk_create_with_history` for databases different from PostgreSQL (gh-577)
- Fixed `DoesNotExist` error when trying to get instance if object is deleted (gh-571)
- Fix `model_to_dict` to detect changes in a parent model when using
`inherit=True` (backwards-incompatible for users who were directly
using previous version) (gh-576)
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.7.3
current_version = 2.8.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.7.3"
__version__ = "2.8.0"


def register(
Expand Down

0 comments on commit ec0dca3

Please sign in to comment.