mirror of
https://github.com/django-components/django-components.git
synced 2025-07-09 18:34:58 +00:00
chore: bump v0.115 (#814)
* Update pyproject.toml * docs: update changelog
This commit is contained in:
parent
c5fcca2864
commit
cdc830fca3
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue