diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f318969..62e0a0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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 #### Refactor diff --git a/pyproject.toml b/pyproject.toml index b11aa752..357e0544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.126" +version = "0.127" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]