Skip to content

Commit

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

1.3.6
* Backport to Django-4.0.

1.3.5
* Fix #99: File upload is not compatible with generic django storage class.
* Fix #99: File upload is not compatible with generic Django storage class.

1.3.4
* Fix #97: Forms and FormCollections with disabled fields and initial data, now are validated
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, 5
VERSION = 1, 3, 6
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 23f2e44

Please sign in to comment.