Skip to content

Commit

Permalink
Cutting release
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-lazar committed May 12, 2021
1 parent cc4d842 commit 2a8f945
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Jetforce Changelog

### v0.9.0 (unreleased)
### Unreleased

### v0.9.0 (2021-05-12)

#### Fixes

- Fix not including trailing slashes in $PATH_INFO for CGI scripts.
- Fix not sending the complete certificate chain for TLS certificates
that include it.
- Fix incorrect type signature for the EnvironDict type.
that include a chain.
- Fix incorrect type signature for the EnvironDict type class.

#### Changes

Expand Down
2 changes: 1 addition & 1 deletion jetforce/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def long_description() -> str:

setuptools.setup(
name="Jetforce",
version="0.8.2",
version="0.9.0",
url="https://github.com/michael-lazar/jetforce",
license="Other/Proprietary License",
author="Michael Lazar",
Expand Down

0 comments on commit 2a8f945

Please sign in to comment.