Skip to content

Commit

Permalink
Bump and release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Nov 19, 2023
1 parent e7b404d commit c8cc85f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.11.1 2023-11-19
-----------------

* Support Quart 0.19.4 and the event_class.
* Bugfix the run_task usage.

0.11.0 2023-10-07
-----------------

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-trio"
version = "0.11.0"
version = "0.11.1"
description = "A Quart extension to provide trio support"
authors = ["pgjones <philip.graham.jones@googlemail.com>"]
classifiers = [
Expand Down

0 comments on commit c8cc85f

Please sign in to comment.