Skip to content

Commit

Permalink
Bump version, 4.3.2 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Jun 23, 2024
1 parent ebc88cf commit d32b3f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.3.1"
__version__ = "4.3.2"


import asyncio
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"},
Expand Down Expand Up @@ -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 <[email protected]>",
Expand Down

0 comments on commit d32b3f7

Please sign in to comment.