Skip to content

Commit

Permalink
Bump to version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 7, 2024
1 parent f0b5877 commit aa9bb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
1.4.2
* Fix: `SlugInput` widget used an invalid `pattern` attribute in its input field.
* Removed `^…` and `…$` from all `pattern` attributes in all fields using regular expressions.
* Add delay on `reload()` handler to prevent early firing of restore.

1.4.1
* Fix #136: Submit button shows bummer symbol after okay symbol.
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, 1
VERSION = 1, 4, 2
__version__ = '.'.join(map(str, VERSION))

0 comments on commit aa9bb8f

Please sign in to comment.