Skip to content

Commit

Permalink
Version 0.17.1 (#1338)
Browse files Browse the repository at this point in the history
* Release 0.17.1

* Fix punctuation

Co-authored-by: Marcelo Trylesinski <[email protected]>

Co-authored-by: Lars Stegman <[email protected]>
Co-authored-by: Marcelo Trylesinski <[email protected]>
  • Loading branch information
3 people authored Nov 17, 2021
1 parent 649161c commit 881af38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.17.1

November 17, 2021

### Fixed
* Fix `IndexError` in authentication `requires` when wrapped function arguments are distributed between `*args` and `**kwargs` [#1335](https://github.com/encode/starlette/pull/1335).

## 0.17.0

November 4, 2021
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.17.0"
__version__ = "0.17.1"

0 comments on commit 881af38

Please sign in to comment.