Skip to content

Commit

Permalink
Update Select2 library to version 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Jul 24, 2018
1 parent 1954bf5 commit e1d42bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_select2/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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'
Expand Down

0 comments on commit e1d42bf

Please sign in to comment.