Skip to content

Commit

Permalink
Bump to version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jan 31, 2025
1 parent 68b6b40 commit dd51c75
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.7
* Main feature of this release: Add component ``StepperCollection`` allowing to fill out forms
step by step.
* Fix #192: In `RichtextArea`, the border was not rendered showing invalid state, if this field
remained untouched with the form being submitted.

- 1.6.1
* Fix: `DatePicker` and `DateCalendar` sometimes had an offset of one day, if timezone caused a
shift after midnight.
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, 6, 1
VERSION = 1, 7
__version__ = '.'.join(map(str, VERSION))

0 comments on commit dd51c75

Please sign in to comment.