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
|
### Unreleased
|
||||||
|
|
||||||
#### Changes
|
### v0.9.1 (2022-07-08)
|
||||||
|
|
||||||
- Fix ``strict_trailing_slash`` argument being applied as
|
- Fix ``strict_trailing_slash`` argument being applied as
|
||||||
`strict_port` when specified on a route decorator.
|
`strict_port` when specified on a route decorator.
|
||||||
|
- Add support for python 3.10.
|
||||||
|
|
||||||
### v0.9.0 (2021-05-12)
|
### v0.9.0 (2021-05-12)
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.9.0"
|
__version__ = "0.9.1"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ def long_description() -> str:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Jetforce",
|
name="Jetforce",
|
||||||
version="0.9.0",
|
version="0.9.1",
|
||||||
url="https://github.com/michael-lazar/jetforce",
|
url="https://github.com/michael-lazar/jetforce",
|
||||||
license="Other/Proprietary License",
|
license="Other/Proprietary License",
|
||||||
author="Michael Lazar",
|
author="Michael Lazar",
|
||||||
|
|
Loading…
Reference in New Issue