mirror of
https://github.com/django-components/django-components.git
synced 2025-11-13 12:21:53 +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
|
||||
|
||||
## 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
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue