Skip to content

Commit

Permalink
Version 0.36.1 (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jan 23, 2024
1 parent 4ca0a87 commit 433da65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.36.1

January 23, 2024

#### Fixed

* Check if "extensions" in scope before checking the extension [#2438](http://github.com/encode/starlette/pull/2438).

## 0.36.0

January 22, 2024
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.36.0"
__version__ = "0.36.1"

0 comments on commit 433da65

Please sign in to comment.