diff --git a/CHANGELOG.md b/CHANGELOG.md index f78befe4..1b7a08eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # Release notes +## v0.141.5 + +#### Fix + +- Tests - Fix bug when using `@djc_test` decorator and the `COMPONENTS` + settings are set with `ComponentsSettings` + See [#1369](https://github.com/django-components/django-components/issues/1369) + ## v0.141.4 #### Fix - Fix compatibility with Django's `{% include %}` and `{% extends %}` tags. - See https://github.com/django-components/django-components/issues/1325 + See [#1325](https://github.com/django-components/django-components/issues/1325) ## v0.141.3 diff --git a/pyproject.toml b/pyproject.toml index b3207297..ba123894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.141.4" +version = "0.141.5" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"]