Write changelog bump version to 5.8.6

This commit is contained in:
Johannes Hoppe 2016-06-19 12:29:45 +02:00
parent 74bf15ce48
commit 99aed19308
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
Changelog Summary
=================
### v5.8.3
* Remove six dependency -- User django.utils.six instead.
### v5.8.2
* Fixes #260 -- Fixes bug in render choices

View file

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