From 691443a0a821eb1a02f9b42ad0e32bcd71d94943 Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Sun, 16 Feb 2025 21:12:14 +0100 Subject: [PATCH] chore: bump v0.129 (#981) --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb4acdd8..8459e0d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ #### Fix -- Fix error when template cache setting (`template_cache_size`) is set to 0. +- Fix thread unsafe media resolve validation by moving it to ComponentMedia `__post_init` ([#977](https://github.com/django-components/django-components/pull/977) +- Fix bug: Relative path in extends and include does not work when using template_file ([#976](https://github.com/django-components/django-components/pull/976) +- Fix error when template cache setting (`template_cache_size`) is set to 0 ([#974](https://github.com/django-components/django-components/pull/974) ## v0.128 diff --git a/pyproject.toml b/pyproject.toml index 80d0d6b5..55fd77a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.128" +version = "0.129" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]