Cutting release

This commit is contained in:
Michael Lazar 2021-05-12 11:01:45 -04:00
parent cc4d842040
commit 2a8f945e87
3 changed files with 7 additions and 5 deletions

View File

@ -1,13 +1,15 @@
# Jetforce Changelog # Jetforce Changelog
### v0.9.0 (unreleased) ### Unreleased
### v0.9.0 (2021-05-12)
#### Fixes #### Fixes
- Fix not including trailing slashes in $PATH_INFO for CGI scripts. - Fix not including trailing slashes in $PATH_INFO for CGI scripts.
- Fix not sending the complete certificate chain for TLS certificates - Fix not sending the complete certificate chain for TLS certificates
that include it. that include a chain.
- Fix incorrect type signature for the EnvironDict type. - Fix incorrect type signature for the EnvironDict type class.
#### Changes #### Changes

View File

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

View File

@ -10,7 +10,7 @@ def long_description() -> str:
setuptools.setup( setuptools.setup(
name="Jetforce", name="Jetforce",
version="0.8.2", version="0.9.0",
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",