From bf5988fd29e92fcbb8883ddbdc5c15a2e613bd32 Mon Sep 17 00:00:00 2001 From: adamghill Date: Sun, 21 Nov 2021 15:29:08 -0500 Subject: [PATCH] Bump version to 0.37.1. --- django_unicorn/CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/django_unicorn/CHANGELOG.md b/django_unicorn/CHANGELOG.md index 4f352db1..bfd227b8 100644 --- a/django_unicorn/CHANGELOG.md +++ b/django_unicorn/CHANGELOG.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index a6483254..64af61b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"