From c76f8198dd497b34735fc17a0f7a678bdd811a3f Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Mon, 23 Dec 2024 13:09:46 +0100 Subject: [PATCH] chore: bump v0.123 (#863) --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341e86ca..4f4610d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release notes +## v0.123 + +#### Fix + +- Fix edge cases around rendering components whose templates used the `{% extends %}` template tag ([#859](https://github.com/EmilStenstrom/django-components/pull/859)) + ## v0.122 #### Feat diff --git a/pyproject.toml b/pyproject.toml index bf8e1c43..258760d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.122" +version = "0.123" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]