From 88c2eb6a2f065ee6055db0cf4533065cc95c87c4 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 30 Mar 2024 10:37:21 +0000 Subject: Bump version to 11.1.0 --- docs/changelog.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3487c7f9..d661cb78 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog ========= +- :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 - :release:`11.0.1 <20th March 2024>` diff --git a/pyproject.toml b/pyproject.toml index 68299ddb..6a9b11ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "11.0.1" +version = "11.1.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT" -- cgit v1.2.3