diff options
-rw-r--r-- | docs/changelog.rst | 5 | ||||
-rw-r--r-- | pyproject.toml | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index e328405f..9938c9b8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,11 +4,14 @@ Changelog ========= +- :release:`9.5.1 <2nd March 2023>` +- :bug:`174` Bump Discord.py to :literal-url:`2.2.2 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.2>`. + - :release:`9.5.0 <28th February 2023>` - :feature:`173` Bump Discord.py to :literal-url:`2.2.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.0>`. - :release:`9.4.1 <9th February 2023>` -- :feature:`172` Bump Discord.py to :literal-url:`2.1.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.1.1>`. +- :bug:`172` Bump Discord.py to :literal-url:`2.1.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.1.1>`. - :release:`9.4.0 <24th December 2022>` diff --git a/pyproject.toml b/pyproject.toml index 658fa296..ee7a7320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.5.0" +version = "9.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" @@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"] [tool.poetry.dependencies] python = "3.10.* || 3.11.*" -"discord.py" = "2.2.0" +"discord.py" = "2.2.2" async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true } statsd = "4.0.1" aiodns = "3.0.0" |