Skip to content

Commit

Permalink
bump to version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 10, 2023
1 parent 5a59648 commit 3562eee
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.2
* Handle form reset for `PhoneNumberField` properly.
* Fix: Monolithic build did not include `PhoneNumberField`.
* Use cached translation in demo project.

1.3.1
* Improved the usability of the `PhoneNumberField`. The user is now forced to select the country
code from a dropdown list, whenever the phone number does not start with `+`.
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, 1
VERSION = 1, 3, 2
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 3562eee

Please sign in to comment.