From b208db32c7114b43e98c7bdc79aad7970eaca63c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 14 Dec 2022 14:13:40 +0100 Subject: [PATCH] Fix wrong version number --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 2a0251cf5e..4f3031d4a3 100644 --- a/src/setup.py +++ b/src/setup.py @@ -171,7 +171,7 @@ setup( 'Django==3.2.*', 'django-bootstrap3==22.2.*', 'django-compressor==4.1.*', - 'django-countries==7.51.*', + 'django-countries==7.5.*', 'django-filter==22.1', 'django-formset-js-improved==0.5.0.3', 'django-formtools==2.4',