diff --git a/CHANGELOG.md b/CHANGELOG.md index efe92cb..d1650ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog Summary ================= +### v5.8.7 +* Fix #285 -- Do not evaluate queryset in `render_options`. + ### v5.8.3 * Remove six dependency -- User django.utils.six instead. diff --git a/django_select2/__init__.py b/django_select2/__init__.py index a20c838..b62aff4 100644 --- a/django_select2/__init__.py +++ b/django_select2/__init__.py @@ -9,4 +9,4 @@ The app includes Select2 driven Django Widgets and Form Fields. """ -__version__ = "5.8.6" +__version__ = "5.8.7"