We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc223b commit 5ac5acaCopy full SHA for 5ac5aca
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changes
2
=======
3
4
-Unreleased
5
-----------
+2.11.0 (2020-06-20)
+-------------------
6
- Added ``clean_old_history`` management command (gh-675)
7
- Added ``user_db_constraint`` param to history to avoid circular reference on delete (gh-676)
8
- Leverages ``get_user`` from ``HistoricalRecords`` in order to set a fallback user on
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.10.0
+current_version = 2.11.0
commit = True
tag = True
tag_name = {new_version}
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = "2.10.0"
+__version__ = "2.11.0"
def register(
0 commit comments