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 0ff7aa3 commit 9400fc2Copy full SHA for 9400fc2
docs/changelog.rst
@@ -4,6 +4,10 @@
4
Changelog
5
=========
6
7
+- :release:`10.5.0 <7th December 2023>`
8
+- :feature:`199` Port all common checks to :obj:`pydis_core.utils.checks`.
9
+
10
11
- :release:`10.4.0 <26th October 2023>`
12
- :support:`196` Bump aiodns to :literal-url:`3.1.1 <https://github.com/saghul/aiodns/releases/tag/v3.1.1>`.
13
- :support:`196` Bump many development dependencies.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pydis_core"
3
-version = "10.4.0"
+version = "10.5.0"
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