diff options
author | 2022-10-25 21:59:20 +0100 | |
---|---|---|
committer | 2022-12-11 13:46:11 +0000 | |
commit | 21fcc58884c81badfec3eebf6375a168460975db (patch) | |
tree | c3ce0f8edd5a526953ed70f7b35268d7ed81d46d | |
parent | Mark project as requiring poetry-core>=1.2.0 (diff) |
Add changelog for 3.11 and new decorator
-rw-r--r-- | docs/changelog.rst | 4 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 610b2d37..ed46f90e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,12 +4,16 @@ Changelog ========= +- :release:`9.2.0 <17th November 2022>` +- :support:`151` Add support for Python 3.11 + - :release:`9.1.1 <14th November 2022>` - :bug:`162` Handle not being able to delete the interaction message on button press/timeout. - :release:`9.1.0 <13th November 2022>` - :feature:`158` Bump Discord.py to :literal-url:`2.1.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.1.0>`. +- :feature:`88` Add a decorator that stops successive duplicate invocations of commands - :release:`9.0.0 <5th November 2022>` diff --git a/pyproject.toml b/pyproject.toml index 77b9db88..0b080c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.1.1" +version = "9.2.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |