Skip to content

Commit 24a5f00

Browse files
author
Ross Mechanic
committed
Made updates for 1.9.1 release
1 parent 9e81809 commit 24a5f00

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

AUTHORS.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Maintainers
2+
===========
3+
- Trey Hunner
4+
- Micah Denbraver
5+
- Ross Mechanic
6+
17
Authors
28
=======
39

CHANGES.rst

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

4-
Unreleased
4+
1.9.1 (2018-03-30)
55
----------
66
- Use get_queryset rather than model.objects in history_view. (gh-303)
77
- Change ugettext calls in models.py to ugettext_lazy
88
- Resolve issue where model references itself (gh-278)
99
- Fix issue with tracking an inherited model (abstract class) (gh-269)
1010
- Fix history detail view on django-admin for abstract models (gh-308)
11+
- Dropped support for Django<=1.6 and Python 3.3 (gh-292)
1112

1213
1.9.0 (2017-06-11)
1314
------------------

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 = 1.9.1.rc1
2+
current_version = 1.9.1
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__ = '1.9.1.rc1'
3+
__version__ = '1.9.1'
44

55

66
def register(

0 commit comments

Comments
 (0)