Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Apr 9, 2024
1 parent 5b47591 commit 237e5a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ however, insignificant breaking changes do not guarantee a major version bump, s

# [UNRELEASED]

# v4.3.1

- Fix `?close` command failing silently due to attribute error.

# v4.3.0

# Breaking
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.3.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.1-7d5edd?style=shield&logo=https://modmail-docs.netlify.app/favicon.png"></a>
<img src="https://img.shields.io/badge/3.9_--_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.3.0"
__version__ = "4.3.1"


import asyncio
Expand Down
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.3.0"
version = "4.3.1"
description = "A Modmail fork with a focus on improvements and bug fixes"
authors = [
"Raiden Sakura <[email protected]>",
Expand Down

0 comments on commit 237e5a6

Please sign in to comment.