Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 2, 2024
1 parent b66b8f9 commit 8e669fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Using the following categories, list your changes in this order:

## [Unreleased]

- Nothing (yet)

## [2.1.0] - 2024-10-02

### Added

- Support Python 3.13.
Expand Down Expand Up @@ -67,7 +71,8 @@ Using the following categories, list your changes in this order:

- Forked from [`whitenoise`](https://github.com/evansd/whitenoise) to add ASGI support.

[Unreleased]: https://github.com/Archmonger/ServeStatic/compare/2.0.1...HEAD
[Unreleased]: https://github.com/Archmonger/ServeStatic/compare/2.1.0...HEAD
[2.1.0]: https://github.com/Archmonger/ServeStatic/compare/2.0.1...2.1.0
[2.0.1]: https://github.com/Archmonger/ServeStatic/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/Archmonger/ServeStatic/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/Archmonger/ServeStatic/compare/1.1.0...1.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/servestatic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from servestatic.asgi import ServeStaticASGI
from servestatic.wsgi import ServeStatic

__version__ = "2.0.1"
__version__ = "2.1.0"

__all__ = ["ServeStatic", "ServeStaticASGI"]

0 comments on commit 8e669fa

Please sign in to comment.