From 5680f0daf9e40a09abec47b75b3194970bb862b5 Mon Sep 17 00:00:00 2001 From: Adrien Delhorme Date: Thu, 21 Nov 2019 10:21:54 +0100 Subject: [PATCH] Update Select2 library to version 4.0.12 --- django_select2/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_select2/conf.py b/django_select2/conf.py index 294f5b5..0afab20 100644 --- a/django_select2/conf.py +++ b/django_select2/conf.py @@ -8,7 +8,7 @@ __all__ = ('settings', 'Select2Conf') class Select2Conf(AppConf): """Settings for Django-Select2.""" - LIB_VERSION = '4.0.5' + LIB_VERSION = '4.0.12' """Version of the Select2 library.""" CACHE_BACKEND = 'default'