From e7232a059f90bf25886f80d5f773413444a06813 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Mon, 4 Dec 2023 16:23:40 +0100 Subject: [PATCH] 0.6.0 release --- CHANGES | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 052eb4c..d999eeb 100644 --- a/CHANGES +++ b/CHANGES @@ -10,7 +10,6 @@ Version 0.5.20 -------------- * Still support Django 3.2 (#222, thanks @petrklus) - Version 0.5.19 -------------- * SECURITY ISSUE: reset the random seed after an image was generated (#221, thanks @ibuler) diff --git a/setup.py b/setup.py index 2a9b721..2897a47 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def run_tests(self): install_requires = [ - "Django >= 3.2", + "Django >= 4.2", "Pillow >=6.2.0", "django-ranged-response == 0.2.0", ]