From be7764273deae49729546a5014ee40211505f809 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 17 Jul 2024 23:40:00 +0100 Subject: [PATCH] Bump version to 11.3.0 --- docs/changelog.rst | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bac00e5c1..bd9b66eee 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +- :release:`11.3.0 <17th July 2024>` +- :feature:`254` Add a ``py.typed`` file for :literal-url:`PEP 561 ` compliance. + + - :release:`11.2.0 <22nd June 2024>` - :support:`244` Bump Discord.py to :literal-url:`2.4.0 `. diff --git a/pyproject.toml b/pyproject.toml index 996128fc4..362db929e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "11.2.0" +version = "11.3.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT"