diff options
author | 2022-07-27 18:05:24 +0100 | |
---|---|---|
committer | 2022-07-27 18:19:32 +0100 | |
commit | d4e0ae51890f1a38061f5f452a0605c633e80f31 (patch) | |
tree | d2959932ea9defa355a575a900a72c22b0d34c59 | |
parent | Remove explicit cleanup of the redis session (#111) (diff) |
Bump version to 8.0.0
-rw-r--r-- | docs/changelog.rst | 3 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 7beabbe2..f944c8d6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,9 +4,10 @@ Changelog ========= +- :release:`8.0.0 <27th July 2022>` - :breaking:`110` Bump async-rediscache to v1.0.0-rc2 - :support:`108` Bump Python version to 3.10.* -- :bug:`107` Declare aiodns as a project dependency. +- :bug:`107 major` Declare aiodns as a project dependency. - :support:`107` Add a sample project with boilerplate and documentation explaining how to develop for bot-core. diff --git a/pyproject.toml b/pyproject.toml index bffaf1b6..15badea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "8.0.0-beta.4" +version = "8.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" |