We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc7593 commit f68399eCopy full SHA for f68399e
docs/changelog.rst
@@ -4,6 +4,10 @@
4
Changelog
5
=========
6
7
+
8
+- :release:`9.3.1 <23rd December 2022>`
9
+- :bug:`170` Save references of newly created tasks in :obj:`pydis_core.utils.scheduling`
10
11
- :release:`9.3.0 <13th December 2022>`
12
- :feature:`169` Return :obj:`None` upon receiving a bad request from Discord in :obj:`pydis_core.utils.members.get_or_fetch_member`
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pydis_core"
3
-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 <info@pythondiscord.com>"]
license = "MIT"
0 commit comments