chore: bump v0.139.1 (#1139)

This commit is contained in:
Juro Oravec 2025-04-20 11:58:12 +02:00 committed by GitHub
parent e0b718c314
commit 4c90948606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## v0.139.1
#### Fix
- Fix compatibility of component caching with `{% extend %}` block ([#1135](https://github.com/django-components/django-components/issues/1135))
#### Refactor
- Component ID is now prefixed with `c`, e.g. `c123456`.

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django_components"
version = "0.139.0"
version = "0.139.1"
requires-python = ">=3.8, <4.0"
description = "A way to create simple reusable template components in Django."
keywords = ["django", "components", "css", "js", "html"]