diff --git a/CHANGELOG.md b/CHANGELOG.md index 192ae8c7..350aa31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,11 +32,15 @@ Using the following categories, list your changes in this order: -## [Unreleased](https://github.com/Archmonger/ServeStatic/compare/2.0.0...HEAD) +## [Unreleased](https://github.com/Archmonger/ServeStatic/compare/2.0.1...HEAD) + +- Nothing (yet)! + +## [2.0.1](https://github.com/Archmonger/ServeStatic/compare/2.0.0...2.0.1) - 2024-09-13 ### Fixed -- Fix crash when running `manage.py collectstatic` when Django's `settings.py:STATIC_ROOT` is a `Path` object. +- Fix crash when running `manage.py collectstatic` if Django's `settings.py:STATIC_ROOT` is a `Path` object. ## [2.0.0](https://github.com/Archmonger/ServeStatic/compare/1.2.0...2.0.0) - 2024-09-12 diff --git a/setup.cfg b/setup.cfg index 067c9d8c..12392c9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = servestatic -version = 2.0.0 +version = 2.0.1 description = Production-grade static file server for Python web apps. long_description = file: README.md long_description_content_type = text/markdown