diff options
author | 2023-12-14 16:51:05 +0000 | |
---|---|---|
committer | 2023-12-14 16:51:06 +0000 | |
commit | f4427b7a9a305b6453d78de1b69adca5782ef160 (patch) | |
tree | 6d2f81a9862cca6bc75664077d6d0da5453299b8 /pyproject.toml | |
parent | Changelog 10.5.0 (diff) |
Do not attempt to read response body if the HTTP response code is 204.dont-read-response-for-204-codes
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b388f8d5..3aaa2747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "10.5.0" +version = "10.5.1" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |