Skip to content

Commit

Permalink
Prepare for v4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Apr 8, 2024
1 parent 1dcce94 commit d6945e3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion 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.0

# Breaking
- The `?close` command argument order has been changed due to technical difficulties with the structure of argument passing.

Expand All @@ -17,7 +19,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
### Fixed
- Improved select options in the select menu (Thanks #3298).
- Fixed the bot failing catastrophically when plugin registry fails to load (Thanks #3328).
- Modmail now properly save stickers into MongoDB (#3240).
- Modmail now properly save stickers as its own object in MongoDB. (#3240).
- Reworked `?close` command syntax to fix improper argument parsing (#3310).
- Fixed improper type hinting in `?adduser` command leading to command failure. (#3311).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://modmail-docs.netlify.app/logo-long.png" align="center"><br>
<strong><i>A Modmail fork with a focus on improvements and bug fixes.</i></strong><br><br>

<a href="#"><img src="https://img.shields.io/badge/Version-4.2.0-7d5edd?style=shield&logo=https://modmail-docs.netlify.app/favicon.png"></a>
<a href="#"><img src="https://img.shields.io/badge/Version-4.3.0-7d5edd?style=shield&logo=https://modmail-docs.netlify.app/favicon.png"></a>
<img src="https://img.shields.io/badge/3.8_--_3.11-red?logo=python&logoColor=white&label=Python&labelColor=%233772a2&color=%23ffdd54">
<a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/Code%20Style-Black-black?style=shield"></a>
<a href="https://github.com/modmail-dev/modmail/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-e74c3c.svg?style=shield" alt="MIT License"></a>
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.2.0"
__version__ = "4.3.0"


import asyncio
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Discord Modmail"
version = "4.2.0"
version = "4.3.0"
description = "Raiden's personal fork of Python Discord Modmail bot"
authors = [
"Raiden Sakura <[email protected]>",
Expand Down

0 comments on commit d6945e3

Please sign in to comment.