Skip to content

Commit

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

* Turn all MultiError occurrences into BaseExceptionGroup.
* Bugfix form response file saving.
* Support Quart 0.19 or greater.
* Officially support Python 3.12 drop Python 3.7.

0.10.0 2022-08-14
-----------------

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

0 comments on commit f68a8cf

Please sign in to comment.