chore: bump v0.143.2 (#1491)

This commit is contained in:
Juro Oravec 2025-11-12 16:59:26 +01:00 committed by GitHub
parent b74f1ab112
commit 1d0649e08d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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"]