chore: bump v0.127 (#939)

This commit is contained in:
Juro Oravec 2025-02-01 11:14:07 +01:00 committed by GitHub
parent f01ee1fe8a
commit e105500350
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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"]