Skip to content

Commit 2c6ce32

Browse files
committed
Bump to version 1.7.5
1 parent bd32472 commit 2c6ce32

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
1.7.5
4+
* Fix #208: Closed form dialogs are always considered as valid.
5+
* Fix in web component ``date-picker`` and ``date-time-picker``: On submission the timezone offset
6+
now is removed, this sometimes caused the submission of incorrect date/time stamps.
7+
38
1.7.4
49
* Fix #80: Allow to use `django_filters.FilterSet` on filtered widgets.
510

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, 4
1+
VERSION = 1, 7, 5
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)