chore: bump v0.126 (#933)

This commit is contained in:
Juro Oravec 2025-01-29 14:34:40 +01:00 committed by GitHub
parent b69c6e6624
commit 3d187d7aba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ with a few differences:
2. Individual JS / CSS files can be any of `str`, `bytes`, `Path`, [`SafeString`](https://dev.to/doridoro/django-safestring-afj), or a function.
3. If you set `Media.extend` to a list, it should be a list of `Component` classes.
[Learn more](../fundamentals/defining_js_css_html_files.md) about using Media.
[Learn more](../../concepts/fundamentals/defining_js_css_html_files) about using Media.
```python title="[project root]/components/calendar/calendar.py"
from django_components import Component

View file

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