aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2022-12-23 19:29:09 +0100
committerGravatar Amrou Bellalouna <[email protected]>2022-12-23 19:29:09 +0100
commitf68399e2328a103c1ab3cd47f08920a96cb9b932 (patch)
tree6130c977a84be4728de4b11c4e982a562180688a
parentsave newly created tasks in a set (diff)
update version and carve it in changelog
-rw-r--r--docs/changelog.rst4
-rw-r--r--pyproject.toml2
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"