Skip to content

Commit

Permalink
Bump to version 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Feb 9, 2024
1 parent 160b663 commit 0ec7695
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.3.8
* Fail silently if package 'phonenumbers' is not installed.
* Adopt to Django-5.0
* In RichtextArea, add padding to placeholder field.
* In DjangoSelectize make background color almost white.

1.3.7
* Disable unique checks for Django<4.0, because they are not compatible.

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, 3, 7
VERSION = 1, 3, 8
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 0ec7695

Please sign in to comment.