Skip to content

Commit

Permalink
Bump to version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 21, 2023
1 parent c67571a commit 38d20ca
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

1.3.4
* Fix #97: Forms and FormCollections with disabled fields and initial data, now are validated
using that initial data.
* The filter in the widget for the `PhoneNumberField` now is cleared after reopening the selector.

1.3.3
* Fix #96: In `FormCollection` with siblings, the `<form>`'s ID sometimes was not unique.
* The selector for international prefixes of the `PhoneNumberField`, now offers a search box.
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, 3
VERSION = 1, 3, 4
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 38d20ca

Please sign in to comment.