We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec3488 commit 8a9d7f0Copy full SHA for 8a9d7f0
docs/changelog.rst
@@ -4,6 +4,9 @@
4
Changelog
5
=========
6
7
+- :release:`11.3.1 <25th July 2024>`
8
+- :feature:`-` Correct the docstring of :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck`.
9
+
10
- :release:`11.3.0 <17th July 2024>`
11
- :feature:`254` Add a ``py.typed`` file for :literal-url:`PEP 561 <https://peps.python.org/pep-0561/>` compliance.
12
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pydis_core"
3
-version = "11.3.0"
+version = "11.3.1"
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
authors = ["Python Discord <info@pythondiscord.com>"]
license = "MIT"
0 commit comments