Skip to content

Commit

Permalink
Prepare for version 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Mar 29, 2024
1 parent 5246313 commit 867d163
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changes

1.3.9
* Fix widget `Selectize` losing borders when used in a collection with siblings after a form
reset.
* Add support for UTF-8 characters when using the `Selectize` widget with lazy loading.
* On reset, the number of siblings is set to the initial value.

1.3.8
* Fail silently if package 'phonenumbers' is not installed.
* Adopt to Django-5.0
Expand Down
2 changes: 1 addition & 1 deletion formset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = 1, 3, 8
VERSION = 1, 3, 9
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 867d163

Please sign in to comment.