diff --git a/requirements.txt b/requirements.txt index 7a195fe489975f17934c917ae1055564c2c9cc98..8f3480b740bc430eb3c9f79f56f12d2f1743756d 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 651f44c23e0484577374575d5515be9ca06363cb..c44ed65933606cf290e34c9af33a078a1a78227d 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