From 9124f3c4a034844ec6b85c24b8bdce85c8f6f382 Mon Sep 17 00:00:00 2001 From: Roderick Smith Date: Wed, 8 Dec 2021 15:51:06 -0600 Subject: [PATCH] lock django=model-utils version --- HISTORY.rst | 2 +- django_password_history/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4fc5d75..4fa0342 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,7 +9,7 @@ History * First release on PyPI. -1.0.1 (2021-12-08) +1.0.3 (2021-12-08) ++++++++++++++++++ * Accommodate tenant architecture by checking for a SiteSettings model to see if previous_password_count has been set. diff --git a/django_password_history/__init__.py b/django_password_history/__init__.py index cd7ca49..3f6fab6 100644 --- a/django_password_history/__init__.py +++ b/django_password_history/__init__.py @@ -1 +1 @@ -__version__ = '1.0.1' +__version__ = '1.0.3' diff --git a/requirements.txt b/requirements.txt index 0166d95..70c6375 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -django-model-utils>=2.0 +django-model-utils==4.2.0 # Additional requirements go here