From 69471000f1a5d29dadc1bce00e27c82487fa5936 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 15 Mar 2022 12:11:52 +0000 Subject: Bump version and document breaking change --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0ea33e..2f299e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.0.0 14th March 2022 +- Breaking: Migrate back to Discord.py 2.0 + ## 3.0.1 5th March 2022 - Fix: Setup log tracing when `botcore.utils.logging` is imported so that it can be used within botcore functions. diff --git a/pyproject.toml b/pyproject.toml index 0c911c23..5c143b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "3.0.1" +version = "4.0.0" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord "] license = "MIT" -- cgit v1.2.3