diff options
author | 2025-09-04 19:36:52 +0100 | |
---|---|---|
committer | 2025-09-18 20:51:49 +0100 | |
commit | 9f0162c0869ee8e0ae158636c8f0eac96159a675 (patch) | |
tree | 597af2e83a819d47873b508c1e078e99bb257303 /pyproject.toml | |
parent | Fix Sphinx releases plugin identification of bugs/features (diff) |
Update in_whitelist_check to check against the parent channel, if one existsv11.8.0
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ed1ed117..f2858bcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "11.7.0" +version = "11.8.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |