Strict trailing slash (#65)

* Update pre-commit versions

* Fix for strict_trailing_slash

* Upping version
This commit is contained in:
Michael Lazar 2022-07-08 16:49:36 -04:00 committed by GitHub
parent 37add0c605
commit ae0c8300c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -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)

View File

@ -1 +1 @@
__version__ = "0.9.0" __version__ = "0.9.1"

View File

@ -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",