Skip to content

Commit

Permalink
Bump and release 0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Apr 1, 2024
1 parent f49e2f3 commit d5b5a99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.19.5 2024-04-01
-----------------

* Bugfix DeprecationWarning from datetime.utcnow().
* Bugfix ensure request files are closed.
* Bugfix development restarting when commands are passed.
* Restore teardown_websocket methods.
* Correct the config_class type.
* Allow kwargs to be passed to the test client (matches Flask API).

0.19.4 2023-11-19
-----------------

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"
version = "0.19.4"
version = "0.19.5"
description = "A Python ASGI web microframework with the same API as Flask"
authors = ["pgjones <philip.graham.jones@googlemail.com>"]
classifiers = [
Expand Down

0 comments on commit d5b5a99

Please sign in to comment.