aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-17 23:40:00 +0100
committerGravatar Chris Lovering <[email protected]>2024-07-17 23:40:00 +0100
commitbe7764273deae49729546a5014ee40211505f809 (patch)
tree25624a1fc0e340c2728534c96d21f636c620b8b9
parentAdd py.typed (#254) (diff)
Bump version to 11.3.0v11.3.0
-rw-r--r--docs/changelog.rst4
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index bac00e5c..bd9b66ee 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 <https://peps.python.org/pep-0561/>` compliance.
+
+
- :release:`11.2.0 <22nd June 2024>`
- :support:`244` Bump Discord.py to :literal-url:`2.4.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.4.0>`.
diff --git a/pyproject.toml b/pyproject.toml
index 996128fc..362db929 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 <[email protected]>"]
license = "MIT"