From 1d0649e08d86caea9fba78326200515d249f8d28 Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Wed, 12 Nov 2025 16:59:26 +0100 Subject: [PATCH] chore: bump v0.143.2 (#1491) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4e2a58..614c196d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release notes +## v0.143.2 + +#### Fix + +- Fix KeyError when using `{% provide %}`, caused by premature cleanup + ([#1490](https://github.com/django-components/django-components/pull/1490)). + ## v0.143.1 #### Fix diff --git a/pyproject.toml b/pyproject.toml index c7458f7b..d43224b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.143.1" +version = "0.143.2" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]