From 6681fc0085fdb4b76cb74c1bbf20d44fa22f40fe Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Tue, 17 Dec 2024 20:36:27 +0100 Subject: [PATCH] chore: bump v0.121 (#858) --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a010d5a2..95550fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,22 @@ # Release notes +## v0.121 + +#### Fix + +- Fix the use of Django template filters (`|lower:"etc"`) with component inputs [#855](https://github.com/EmilStenstrom/django-components/pull/855). + ## v0.120 +⚠️ Attention ⚠️ - Please update to v0.121 to fix bugs introduced in v0.119. + #### Fix - Fix the use of translation strings `_("bla")` as inputs to components [#849](https://github.com/EmilStenstrom/django-components/pull/849). ## v0.119 -⚠️ Attention ⚠️ - This release introduced a bug [#849](https://github.com/EmilStenstrom/django-components/pull/849). Please update to v0.120. +⚠️ Attention ⚠️ - This release introduced bugs [#849](https://github.com/EmilStenstrom/django-components/pull/849), [#855](https://github.com/EmilStenstrom/django-components/pull/855). Please update to v0.121. #### Fix diff --git a/pyproject.toml b/pyproject.toml index 34beb64f..80c86e28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.120" +version = "0.121" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]