From 3e63ed0b1b07d66ed1c9527d8c7a2eb93ad8483b Mon Sep 17 00:00:00 2001 From: Mark Bakhit Date: Fri, 13 Sep 2024 15:56:34 -0700 Subject: [PATCH] 2.0.1 (#31) --- .github/workflows/test-docs.yml | 3 --- .github/workflows/test-src.yml | 2 ++ CHANGELOG.md | 8 ++++++-- setup.cfg | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index b65404e9..254c822a 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -1,9 +1,6 @@ name: Test on: - push: - branches: - - main pull_request: branches: - main diff --git a/.github/workflows/test-src.yml b/.github/workflows/test-src.yml index 3ebfea95..67753a7e 100644 --- a/.github/workflows/test-src.yml +++ b/.github/workflows/test-src.yml @@ -5,6 +5,8 @@ on: branches: - main pull_request: + branches: + - main concurrency: group: ${{ github.head_ref || github.run_id }} 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