Skip to content

Commit

Permalink
Version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Jun 27, 2024
1 parent f3fbf12 commit ee38a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

**development**
**3.7.0 (june 27 2024)**

- Issue #784: compile to es6. This reduces the size of the minified js file to 80k (from 119k)
- Issue #891: handle error with empty initial file in model form (thanks to Yanhui Xie)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
long_description = f.read()

version = "3.6.0"
version = "3.7.0"

setup(
name="django-file-form",
Expand Down

0 comments on commit ee38a5b

Please sign in to comment.