From b11074deb1c358ed7422eb7aec76a808a9ff4ee9 Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Thu, 9 Feb 2023 22:53:30 +0100 Subject: [PATCH 1/4] bump dpy to 2.1.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4e228859..4162222a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -173,7 +173,7 @@ toml = ["tomli"] [[package]] name = "discord-py" -version = "2.1.0" +version = "2.1.1" description = "A Python wrapper for the Discord API" category = "main" optional = false @@ -1059,7 +1059,7 @@ async-rediscache = ["async-rediscache"] [metadata] lock-version = "1.1" python-versions = "3.10.* || 3.11.*" -content-hash = "f8b98393f7a10f019afb94260f87e92280533dda4057e9f7799dcd64512e13f2" +content-hash = "fe3aeba2ea2997b9f328e1b0289b18d90920287df0854e5e84900091d25eedb3" [metadata.files] aiodns = [ @@ -1318,8 +1318,8 @@ coverage = [ {file = "coverage-6.5.0.tar.gz", hash = "sha256:f642e90754ee3e06b0e7e51bce3379590e76b7f76b708e1a71ff043f87025c84"}, ] discord-py = [ - {file = "discord.py-2.1.0-py3-none-any.whl", hash = "sha256:a2cfa9f09e3013aaaa43600cc8dfaf67c532dd34afcb71e550f5a0dc9133a5e0"}, - {file = "discord.py-2.1.0.tar.gz", hash = "sha256:027ccdd22b5bb66a9e19cbd8daa1bc74b49271a16a074d57e52f288fcfa208e8"}, + {file = "discord.py-2.1.1-py3-none-any.whl", hash = "sha256:b99fbf4ad74f007c680f33f5174738858146c99a2bc4f6d0e08ddbf93bc12c4d"}, + {file = "discord.py-2.1.1.tar.gz", hash = "sha256:8258b7af641c532e9e33e186c7b867d9ff5575fe63a460b17ed55bd4fe082200"}, ] distlib = [ {file = "distlib-0.3.6-py2.py3-none-any.whl", hash = "sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e"}, diff --git a/pyproject.toml b/pyproject.toml index 0d173a9aa..ef1bfd3fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ keywords = ["bot", "discord", "discord.py"] [tool.poetry.dependencies] python = "3.10.* || 3.11.*" -"discord.py" = "2.1.0" +"discord.py" = "2.1.1" async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true } statsd = "4.0.1" aiodns = "3.0.0" From dd511c5505f4d2cb5c36176624608b8f1d99617e Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Thu, 9 Feb 2023 23:03:14 +0100 Subject: [PATCH 2/4] add bump history to changelog --- docs/changelog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 97661180e..3e5f17a20 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,12 +4,16 @@ Changelog ========= +- :release:`9.4.1 <9th February 2023>` +- :feature:`158` Bump Discord.py to :literal-url:`2.1.0 `. + + - :release:`9.4.0 <24th December 2022>` - :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. - :release:`9.3.1 <23rd December 2022>` -- :bug:`170` Save references of newly created tasks in :obj:`pydis_core.utils.scheduling` +- :bug:`172` Bump discord.py to :literal-url:`2.1.1 `. - :release:`9.3.0 <13th December 2022>` - :feature:`169` Return :obj:`None` upon receiving a bad request from Discord in :obj:`pydis_core.utils.members.get_or_fetch_member` From a16d8cd44c25605d45b9556a5ed530db80654123 Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Thu, 9 Feb 2023 23:05:06 +0100 Subject: [PATCH 3/4] bump pydis-core version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef1bfd3fc..0de741525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.4.0" +version = "9.4.1" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT" From b409bbc3f552b1acbbafafdd2f746f0d355d235d Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Thu, 9 Feb 2023 23:08:48 +0100 Subject: [PATCH 4/4] reinstate the old state for release 9.3.1 --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3e5f17a20..4c17ec29c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,7 +5,7 @@ Changelog ========= - :release:`9.4.1 <9th February 2023>` -- :feature:`158` Bump Discord.py to :literal-url:`2.1.0 `. +- :feature:`172` Bump Discord.py to :literal-url:`2.1.1 `. - :release:`9.4.0 <24th December 2022>` @@ -13,7 +13,7 @@ Changelog - :release:`9.3.1 <23rd December 2022>` -- :bug:`172` Bump discord.py to :literal-url:`2.1.1 `. +- :bug:`170` Save references of newly created tasks in :obj:`pydis_core.utils.scheduling` - :release:`9.3.0 <13th December 2022>` - :feature:`169` Return :obj:`None` upon receiving a bad request from Discord in :obj:`pydis_core.utils.members.get_or_fetch_member`