From 14de41c47338b8128387dc781ca8676fb5d18ba2 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:47:06 -0700 Subject: [PATCH] 2.0.1 --- CHANGELOG.md | 8 ++++++-- setup.cfg | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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