From 4212685942d64e8aca8fea80986e3d6779e9ff66 Mon Sep 17 00:00:00 2001 From: adamghill Date: Sun, 21 Nov 2021 23:00:47 -0500 Subject: [PATCH] Bump to 0.38.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 4e1dcf0c..ac3ce1c6 100644 --- a/django_unicorn/CHANGELOG.md +++ b/django_unicorn/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.38.1 + +- Fix: Allow components to be `pickled` so they can be cached. + +[All changes since 0.38.0](https://github.com/adamghill/django-unicorn/compare/0.38.0...0.38.1). + ## v0.38.0 - Include request context in component templates. diff --git a/pyproject.toml b/pyproject.toml index a76512b6..a130e78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-unicorn" -version = "0.38.0" +version = "0.38.1" description = "A magical full-stack framework for Django." authors = ["Adam Hill "] license = "MIT"