mirror of
https://github.com/django-components/django-components.git
synced 2025-07-12 19:34:59 +00:00
chore: bump v0.127 (#939)
This commit is contained in:
parent
f01ee1fe8a
commit
e105500350
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Release notes
|
# Release notes
|
||||||
|
|
||||||
|
## v0.127
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
- Fix component rendering when using `{% cache %}` with remote cache and multiple web servers ([#930](https://github.com/django-components/django-components/issues/930))
|
||||||
|
|
||||||
## v0.126
|
## v0.126
|
||||||
|
|
||||||
#### Refactor
|
#### Refactor
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "django_components"
|
name = "django_components"
|
||||||
version = "0.126"
|
version = "0.127"
|
||||||
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