Skip to content

Commit

Permalink
Bump to version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Dec 11, 2022
1 parent eb074cd commit 359e199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changes

- 0.12
* Add feature to work with option groups when using the ``Selectize``, ``SelectizeMultiple``,
``DualSelector`` and ``DualSortableSelector`` widget.
* Fix border shadow after submitting invalid form data.

- 0.11.1
* In `DjangoButton`'s `reload()` action, add a Boolean argument to optionally ignore query strings.
* In `DjangoSelectize` fix handling of `line-height: normal` by settings it to value 1.2.
Expand Down
2 changes: 1 addition & 1 deletion formset/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.dev0'
__version__ = '0.12'

0 comments on commit 359e199

Please sign in to comment.