diff --git a/CHANGELOG.md b/CHANGELOG.md index c61a5a2d..fc716955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index cab503a4..a4929e34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]