chore: bump v0.123 (#863)

This commit is contained in:
Juro Oravec 2024-12-23 13:09:46 +01:00 committed by GitHub
parent 85fc6e3497
commit c76f8198dd
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 # 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 ## v0.122
#### Feat #### Feat

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "django_components" name = "django_components"
version = "0.122" version = "0.123"
requires-python = ">=3.8, <4.0" requires-python = ">=3.8, <4.0"
description = "A way to create simple reusable template components in Django." description = "A way to create simple reusable template components in Django."
keywords = ["django", "components", "css", "js", "html"] keywords = ["django", "components", "css", "js", "html"]