diff options
author | 2022-07-23 16:30:17 +0200 | |
---|---|---|
committer | 2022-07-23 16:30:17 +0200 | |
commit | cfdc1b7c3dedae53f15ce696aee0c7141ba8c606 (patch) | |
tree | a0a003f85aa3773ef4e14474dcaa0424138448dd | |
parent | Merge pull request #97 from python-discord/dependabot/pip/flake8-bugbear-22.7.1 (diff) |
Bump Version To 7.5.0v7.5.0
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r-- | docs/changelog.rst | 1 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 59743714..8dce8564 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog ========= +- :release:`7.5.0 <23rd July 2022>` - :feature:`101` Add a utility to clean a string or referenced message's content diff --git a/pyproject.toml b/pyproject.toml index dcf37935..2ea805ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "7.4.0" +version = "7.5.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" |