chore: bump v0.115 (#814)

* Update pyproject.toml

* docs: update changelog
This commit is contained in:
Juro Oravec 2024-12-02 19:33:25 +01:00 committed by GitHub
parent c5fcca2864
commit cdc830fca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Release notes
## v0.115
#### Fix
- Fix integration with ManifestStaticFilesStorage on Windows by resolving component filepaths
(like `Component.template_name`) to POSIX paths.
## v0.114
#### Fix

View file

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