diff options
author | 2024-06-22 12:07:35 +0100 | |
---|---|---|
committer | 2024-06-22 12:07:35 +0100 | |
commit | 3fe3eaefc11cd8e5c2ca17fe9e99fe3ef5639933 (patch) | |
tree | 0b81062a253ef6f87c8c81cbd4a2102a8e0eeb4b | |
parent | Bump dev deps to latest (diff) |
Bump project version to 11.2.0v11.2.0
-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 d661cb78..bac00e5c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Changelog ========= +- :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>`. + - :release:`11.1.0 <30th March 2024>` - :support:`210` Drop the restriction that meant fakeredis could not be installed on Python 3.12 as lupa now supports 3.12 diff --git a/pyproject.toml b/pyproject.toml index 95e2e187..996128fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "11.1.0" +version = "11.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" |