Skip to content

Commit bf5988f

Browse files
committed
Bump version to 0.37.1.
1 parent 75850a2 commit bf5988f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

django_unicorn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.37.1
4+
5+
- Support nested field attributes for `javascript_exclude`.
6+
7+
[All changes since 0.37.0](https://github.com/adamghill/django-unicorn/compare/0.37.0...0.37.1).
8+
39
## v0.37.0
410

511
- Revert loading and dirty elements when the server returns a 304 (not modified) or a 500 error.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-unicorn"
3-
version = "0.37.0"
3+
version = "0.37.1"
44
description = "A magical full-stack framework for Django."
55
authors = ["Adam Hill <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)