Update Select2 library to version 4.0.5

This commit is contained in:
Johannes Hoppe 2018-07-24 11:02:22 +02:00
parent 1954bf57fa
commit e1d42bfcad

View file

@ -8,7 +8,7 @@ __all__ = ('settings', 'Select2Conf')
class Select2Conf(AppConf):
"""Settings for Django-Select2."""
LIB_VERSION = '4.0.3'
LIB_VERSION = '4.0.5'
"""Version of the Select2 library."""
CACHE_BACKEND = 'default'