Skip to content

Commit

Permalink
Bump and release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Jan 28, 2024
1 parent c54e0d8 commit 0ae2c65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.9.1 2024-01-28
----------------

* Bugfix decorator type hinting.
* Bugfix after_{request,websocket} function typing.
* Display some helpful warnings for development usage.

0.9.0 2023-07-02
----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quart-auth"
version = "0.9.0"
version = "0.9.1"
description = "A Quart extension to provide secure cookie authentication"
authors = ["pgjones <[email protected]>"]
classifiers = [
Expand Down

0 comments on commit 0ae2c65

Please sign in to comment.