diff options
-rw-r--r-- | docs/changelog.rst | 3 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index bd9b66ee..e5b767df 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Changelog ========= +- :release:`11.3.1 <25th July 2024>` +- :feature:`-` Correct the docstring of :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck`. + - :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. diff --git a/pyproject.toml b/pyproject.toml index 071e71f7..9686f08d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -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 <[email protected]>"] license = "MIT" |