Version 0.20.3 (#1682)

This commit is contained in:
Marcelo Trylesinski 2022-06-10 07:16:14 +02:00 committed by GitHub
parent edeba9c70e
commit ccd486ed96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## 0.20.3
June 10, 2022
### Fixed
* Revert "Allow `StaticFiles` to follow symlinks" [#1681](https://github.com/encode/starlette/pull/1681).
## 0.20.2
June 7, 2022

View File

@ -1 +1 @@
__version__ = "0.20.2"
__version__ = "0.20.3"