chore: bump v0.142.0 (#1437)

This commit is contained in:
Juro Oravec 2025-10-05 09:15:11 +02:00 committed by GitHub
parent 9877cf30ed
commit ba90f4e653
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## v0.142.0 ## v0.142.0
_05 Oct 2025_
#### Feat #### Feat
- New built-in component [`ErrorFallback`](https://django-components.github.io/django-components/0.142.0/reference/components/) - New built-in component [`ErrorFallback`](https://django-components.github.io/django-components/0.142.0/reference/components/)

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "django_components" name = "django_components"
version = "0.141.6" version = "0.142.0"
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"]