Skip to content

Commit

Permalink
Bump to version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Dec 7, 2023
1 parent 99e14af commit 283153d
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.5
* 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
using that initial data.
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, 4
VERSION = 1, 3, 5
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 283153d

Please sign in to comment.