Skip to content

Commit

Permalink
Bump to version 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Dec 7, 2023
1 parent ca3b4c1 commit c6e48be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changes

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

1.3.6
* Backport to Django-4.0.

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

0 comments on commit c6e48be

Please sign in to comment.