Cutting release
This commit is contained in:
parent
cc4d842040
commit
2a8f945e87
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.8.2"
|
__version__ = "0.9.0"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue