diff options
author | 2022-03-15 12:11:52 +0000 | |
---|---|---|
committer | 2022-03-15 12:11:52 +0000 | |
commit | 69471000f1a5d29dadc1bce00e27c82487fa5936 (patch) | |
tree | 6fa9bc28c1b4b8b495be25031eee39cd71e6d824 | |
parent | Change all instance of disnake to discord (diff) |
Bump version and document breaking change
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 4 insertions, 1 deletions
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 <[email protected]>"] license = "MIT" |