Skip to content

Commit 0ec7695

Browse files
committed
Bump to version 1.3.8
1 parent 160b663 commit 0ec7695

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
1.3.8
4+
* Fail silently if package 'phonenumbers' is not installed.
5+
* Adopt to Django-5.0
6+
* In RichtextArea, add padding to placeholder field.
7+
* In DjangoSelectize make background color almost white.
8+
39
1.3.7
410
* Disable unique checks for Django<4.0, because they are not compatible.
511

formset/__init__.py

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

0 commit comments

Comments
 (0)