From 3fe3eaefc11cd8e5c2ca17fe9e99fe3ef5639933 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 22 Jun 2024 12:07:35 +0100 Subject: [PATCH] Bump project version to 11.2.0 --- docs/changelog.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d661cb780..bac00e5c1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Changelog ========= +- :release:`11.2.0 <22nd June 2024>` +- :support:`244` Bump Discord.py to :literal-url:`2.4.0 `. + - :release:`11.1.0 <30th March 2024>` - :support:`210` Drop the restriction that meant fakeredis could not be installed on Python 3.12 as lupa now supports 3.12 diff --git a/pyproject.toml b/pyproject.toml index 95e2e1877..996128fc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "11.1.0" +version = "11.2.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT"