aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-05-30 20:58:06 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-05-30 20:58:06 +0400
commitc503586db31b26a66c7f63bf05ab0e30a9365fef (patch)
tree674560098aa4152239752a9cefc14a0a635f428a
parentBump Version (diff)
Bump Version 7.1.3v7.1.3
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r--botcore/site_api.py2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/botcore/site_api.py b/botcore/site_api.py
index 883ea98a..eb9b89e0 100644
--- a/botcore/site_api.py
+++ b/botcore/site_api.py
@@ -24,7 +24,7 @@ class ResponseCodeError(ValueError):
Initialize a new :obj:`ResponseCodeError` instance.
Args:
- response (:obj:`aiohttp.ClientResponse`): The response object from the request. This was changed in 7.1.2.
+ response (:obj:`aiohttp.ClientResponse`): The response object from the request. And then reverted in 7.1.3.
response_json: The JSON response returned from the request, if any.
request_text: The text of the request, if any.
"""
diff --git a/pyproject.toml b/pyproject.toml
index ea6ceb5e..b0f489d6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "7.1.2"
+version = "7.1.3"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"