Strict trailing slash (#65)
* Update pre-commit versions * Fix for strict_trailing_slash * Upping version
This commit is contained in:
parent
37add0c605
commit
ae0c8300c5
|
@ -2,10 +2,11 @@
|
|||
|
||||
### Unreleased
|
||||
|
||||
#### Changes
|
||||
### v0.9.1 (2022-07-08)
|
||||
|
||||
- Fix ``strict_trailing_slash`` argument being applied as
|
||||
`strict_port` when specified on a route decorator.
|
||||
- Add support for python 3.10.
|
||||
|
||||
### v0.9.0 (2021-05-12)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.9.0"
|
||||
__version__ = "0.9.1"
|
||||
|
|
Loading…
Reference in New Issue