Skip to content

Commit

Permalink
Bump to version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 13, 2024
1 parent 3d85e60 commit e12c947
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changes

1.4.4
* Fix: In widget `PhoneNumberInput`, the country lookup field did not behave es expected when
using the up- or down-arrow keys to navigate through the list of countries.
* In widget `PhoneNumberInput`, entering "0" into the search field now does not filter the list
of countries anymore. This is because country codes starting with "00" is not a valid E.164
format.

1.4.3
* Fix regression in widget `UploadedFileInput` introduced in 1.4: The Delete button did not work
for files added through the `initial` parameter.
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, 4, 3
VERSION = 1, 4, 4
__version__ = '.'.join(map(str, VERSION))

0 comments on commit e12c947

Please sign in to comment.