diff --git a/docs/changelog.rst b/docs/changelog.rst index 4af383a27..9d2e84f87 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,8 +3,8 @@ Changelog ========= -- :release:`9.7.0 <7th May 2023>` -- :feature:`177` Automatically handle discord.Forbidden 90001 errors in all schedules +- :release:`10.0.0 <7th May 2023>` +- :breaking:`177` Automatically handle discord.Forbidden 90001 errors in all schedules - :release:`9.6.0 <6th May 2023>` diff --git a/pyproject.toml b/pyproject.toml index 8587def73..48426ea49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.7.0" +version = "10.0.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT"