mirror of
https://github.com/django-components/django-components.git
synced 2025-09-22 13:42:27 +00:00
chore: bump v0.139.1 (#1139)
This commit is contained in:
parent
e0b718c314
commit
4c90948606
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## v0.139.1
|
## v0.139.1
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
- Fix compatibility of component caching with `{% extend %}` block ([#1135](https://github.com/django-components/django-components/issues/1135))
|
||||||
|
|
||||||
#### Refactor
|
#### Refactor
|
||||||
|
|
||||||
- Component ID is now prefixed with `c`, e.g. `c123456`.
|
- Component ID is now prefixed with `c`, e.g. `c123456`.
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "django_components"
|
name = "django_components"
|
||||||
version = "0.139.0"
|
version = "0.139.1"
|
||||||
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