From 5ac5aca73313010c06ad8780d89d359410086043 Mon Sep 17 00:00:00 2001 From: Ross Mechanic Date: Sat, 20 Jun 2020 11:17:35 -0400 Subject: [PATCH] Bump version to 2.11.0 (#679) --- CHANGES.rst | 4 ++-- setup.cfg | 2 +- simple_history/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 44fdebe53..5e2f6504b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changes ======= -Unreleased ----------- +2.11.0 (2020-06-20) +------------------- - Added ``clean_old_history`` management command (gh-675) - Added ``user_db_constraint`` param to history to avoid circular reference on delete (gh-676) - Leverages ``get_user`` from ``HistoricalRecords`` in order to set a fallback user on diff --git a/setup.cfg b/setup.cfg index b605ec16e..8360f5c6e 100644 --- a/setup.cfg +++ b/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} diff --git a/simple_history/__init__.py b/simple_history/__init__.py index 7c7085afe..57f30c1f1 100755 --- a/simple_history/__init__.py +++ b/simple_history/__init__.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -__version__ = "2.10.0" +__version__ = "2.11.0" def register(