Skip to content

Commit

Permalink
2.0.1 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Sep 13, 2024
1 parent b90d178 commit 3e63ed0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Test

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
branches:
- main

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ Using the following categories, list your changes in this order:

<!--changelog-start-->

## [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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3e63ed0

Please sign in to comment.