Skip to content

Commit c738e82

Browse files
committed
Release 11.9.0
1 parent 0a6c003 commit c738e82

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
Changelog
55
=========
66

7-
- :release:`11.8.0 <1st January 1970>`
7+
- :release:`11.9.0 <5th March 2026>`
8+
- :breaking:`-` Drop support for Python 3.11.
9+
- :breaking:`-` Remove sphinx-multiversion as it's unmaintained and causes issues with our docs builds.
10+
- :feature:`311` Introduce :obj:`pydis_core.utils.converters.ISODateTime` converter for parsing ISO 8601 formatted date-time strings in commands.
11+
12+
- :release:`11.8.0 <17th October 2025>`
813
- :feature:`305` Update :obj:`pydis_core.utils.checks.in_whitelist_check` to check against the parent channel, if one exists, instead of the ``ctx.channel.id``.
914

1015
- :release:`11.7.0 <10th August 2025>`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydis_core"
3-
version = "11.8.0"
3+
version = "11.9.0"
44
description = "PyDis core provides core functionality and utility to the bots of the Python Discord community."
55
authors = ["Python Discord <info@pythondiscord.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)