Skip to content

Commit

Permalink
Bump version to 0.37.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Nov 21, 2021
1 parent 75850a2 commit bf5988f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions django_unicorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.37.1

- Support nested field attributes for `javascript_exclude`.

[All changes since 0.37.0](https://github.com/adamghill/django-unicorn/compare/0.37.0...0.37.1).

## v0.37.0

- Revert loading and dirty elements when the server returns a 304 (not modified) or a 500 error.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unicorn"
version = "0.37.0"
version = "0.37.1"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bf5988f

Please sign in to comment.