diff --git a/CHANGELOG.md b/CHANGELOG.md index b80ff6a956..7a43fa2b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ however, insignificant breaking changes do not guarantee a major version bump, s # [UNRELEASED] +# v4.3.2 + ### Added - Modmail dependencies can now be installed using [PDM](https://pdm-project.org/latest/). diff --git a/bot.py b/bot.py index 8859bba63a..a2d7628704 100644 --- a/bot.py +++ b/bot.py @@ -1,4 +1,4 @@ -__version__ = "4.3.1" +__version__ = "4.3.2" import asyncio diff --git a/pyproject.toml b/pyproject.toml index c92a951b70..e7617e4b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] requires-python = "<3.12,>=3.9" name = "discord-modmail" -version = "4.3.1" +version = "4.3.2" description = "A Modmail fork with a focus on improvements and bug fixes" authors = [ {name = "Raiden Sakura", email = "raiden@project-mei.xyz"}, @@ -32,7 +32,7 @@ license = {text = "AGPL-3.0"} [tool.poetry] name = "discord-modmail" -version = "4.3.1" +version = "4.3.2" description = "A Modmail fork with a focus on improvements and bug fixes" authors = [ "Raiden Sakura ",