Skip to content

Commit 7afa08a

Browse files
author
Ross Mechanic
authored
Bump version to 2.7.0 (#517)
* Bump version to 2.7.0 * added missing changes
1 parent 9c9b735 commit 7afa08a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.rst

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

4-
Unreleased
5-
----------
4+
2.7.0 (2019-01-16)
5+
------------------
66
- Add support for ``using`` chained manager method and save/delete keyword argument (gh-507)
77
- Added management command ``clean_duplicate_history`` to remove duplicate history entries (gh-483)
88
- Updated most_recent to work with excluded_fields (gh-477)
99
- Fixed bug that prevented self-referential foreign key from using ``'self'`` (gh-513)
1010
- Added ability to track custom user with explicit custom ``history_user_id_field`` (gh-511)
11+
- Don't resolve relationships for history objects (gh-479)
12+
- Reorganization of docs (gh-510)
1113

1214
2.6.0 (2018-12-12)
1315
------------------

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.6.0
2+
current_version = 2.7.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.6.0"
3+
__version__ = "2.7.0"
44

55

66
def register(

0 commit comments

Comments
 (0)