Bump version number to 5.8.7

This commit is contained in:
Johannes Hoppe 2016-08-14 10:40:53 +02:00
parent 72616f8276
commit c797e59584
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -9,4 +9,4 @@ The app includes Select2 driven Django Widgets and Form Fields.
"""
__version__ = "5.8.6"
__version__ = "5.8.7"