From b47e60e46c4bad78f657cf75aceef21a2ee03ae8 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Wed, 2 Oct 2024 12:14:10 +0200
Subject: [PATCH] django-crispy-forms>=2.0

---
 requirements.txt | 2 +-
 setup.cfg        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 7a195fe..8f3480b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 django>=3.2
-django-crispy-forms~=2.0
+django-crispy-forms>=2.0
 crispy-bootstrap4
 six
 setuptools>=62.6
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index 651f44c..c44ed65 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = django-basetheme-bootstrap
-version = 1.8.4
+version = 1.8.5
 description = Django Basetheme Bootstrap
 long_description = file: README.rst
 url = https://gitlab.pasteur.fr/bbrancot/django-basetheme-bootstrap
-- 
GitLab