Skip to content

Commit 69e52d3

Browse files
shtlrsAmrou Bellalouna
andauthored
Bump discord.py to 2.1.1 (#172)
* bump dpy to 2.1.1 * add bump history to changelog * bump pydis-core version in pyproject.toml * reinstate the old state for release 9.3.1 --------- Co-authored-by: Amrou Bellalouna <Amrou.bellalouna@expensya.com>
1 parent 08a7a74 commit 69e52d3

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Changelog
55
=========
66

7+
- :release:`9.4.1 <9th February 2023>`
8+
- :feature:`172` Bump Discord.py to :literal-url:`2.1.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.1.1>`.
9+
10+
711
- :release:`9.4.0 <24th December 2022>`
812
- :feature:`171` Sync all app commands after extensions have been loaded. This release also removes the need to run :obj:`pydis_core.BotBase.load_extensions` in a task.
913

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydis_core"
3-
version = "9.4.0"
3+
version = "9.4.1"
44
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
55
authors = ["Python Discord <info@pythondiscord.com>"]
66
license = "MIT"
@@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"]
2525
[tool.poetry.dependencies]
2626
python = "3.10.* || 3.11.*"
2727

28-
"discord.py" = "2.1.0"
28+
"discord.py" = "2.1.1"
2929
async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }
3030
statsd = "4.0.1"
3131
aiodns = "3.0.0"

0 commit comments

Comments
 (0)