mirror of
https://github.com/django-components/django-components.git
synced 2025-12-23 11:12:57 +00:00
chore: bump v0.143.2 (#1491)
This commit is contained in:
parent
b74f1ab112
commit
1d0649e08d
2 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
# Release notes
|
# 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
|
## v0.143.1
|
||||||
|
|
||||||
#### Fix
|
#### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "django_components"
|
name = "django_components"
|
||||||
version = "0.143.1"
|
version = "0.143.2"
|
||||||
requires-python = ">=3.8, <4.0"
|
requires-python = ">=3.8, <4.0"
|
||||||
description = "A way to create simple reusable template components in Django."
|
description = "A way to create simple reusable template components in Django."
|
||||||
keywords = ["django", "components", "css", "js", "html"]
|
keywords = ["django", "components", "css", "js", "html"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue