diff options
-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 ee4cc69c..0734158a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= + +- :release:`9.3.1 <23rd December 2022>` +- :bug:`170` Save references of newly created tasks in :obj:`pydis_core.utils.scheduling` + - :release:`9.3.0 <13th December 2022>` - :feature:`169` Return :obj:`None` upon receiving a bad request from Discord in :obj:`pydis_core.utils.members.get_or_fetch_member` diff --git a/pyproject.toml b/pyproject.toml index 482dfdca..cac29809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "9.3.0" +version = "9.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" |