mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-29 09:24:44 +00:00
Write changelog bump version to 5.8.6
This commit is contained in:
parent
74bf15ce48
commit
99aed19308
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ The app includes Select2 driven Django Widgets and Form Fields.
|
|||
|
||||
"""
|
||||
|
||||
__version__ = "5.8.5"
|
||||
__version__ = "5.8.6"
|
||||
|
|
|
|||
Loading…
Reference in a new issue