Skip to content

Commit 86e9ce8

Browse files
committed
Bump to version 1.7.6
1 parent 6f32dcf commit 86e9ce8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changes
22

3+
1.7.6
4+
* Fix #209: Induce button now also work for fresh form collections.
5+
36
1.7.5
47
* Fix #208: Closed form dialogs are always considered as valid.
58
* Fix in web component ``date-picker`` and ``date-time-picker``: On submission the timezone offset

formset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = 1, 7, 5
1+
VERSION = 1, 7, 6
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)