Skip to content

Commit

Permalink
Version 0.13.6 (#1006)
Browse files Browse the repository at this point in the history
* Fix staticfiles 404 errors

* Version 0.13.6
  • Loading branch information
tomchristie committed Jul 20, 2020
1 parent 681450d commit 60d2259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,7 @@
## 0.13.6

* Fix 404 errors with `StaticFiles`.

## 0.13.5

* Add support for `Starlette(lifespan=...)` functions.
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.13.5"
__version__ = "0.13.6"

0 comments on commit 60d2259

Please sign in to comment.