From ee2501e36aa4cb6e809de9873e3d607bdf3309db Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 26 Oct 2023 14:12:32 +0100 Subject: [PATCH] Changelog 10.4.0 --- docs/changelog.rst | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index addb5a36f..170be5d96 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +- :release:`10.4.0 <26th October 2023>` +- :support:`196` Bump aiodns to :literal-url:`3.1.1 `. +- :support:`196` Bump many development dependencies. + - :release:`10.3.0 <19th September 2023>` - :feature:`195` Add `log_format` to `pydis_core.utils.logging` to allow for standardised logging across all services using pydis_core. diff --git a/pyproject.toml b/pyproject.toml index e430de235..a505d7a12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydis_core" -version = "10.3.0" +version = "10.4.0" description = "PyDis core provides core functionality and utility to the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT"