Skip to content

Commit 881af38

Browse files
LarsStegmanKludex
andauthored
Version 0.17.1 (#1338)
* Release 0.17.1 * Fix punctuation Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com> Co-authored-by: Lars Stegman <LSm@allseas.com> Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
1 parent 649161c commit 881af38

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.17.1
2+
3+
November 17, 2021
4+
5+
### Fixed
6+
* Fix `IndexError` in authentication `requires` when wrapped function arguments are distributed between `*args` and `**kwargs` [#1335](https://github.com/encode/starlette/pull/1335).
7+
18
## 0.17.0
29

310
November 4, 2021

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.0"
1+
__version__ = "0.17.1"

0 commit comments

Comments
 (0)