Prepare 4.3.1 release base

This commit is contained in:
Zedifus 2024-03-08 21:32:25 +00:00
parent 374984fe1c
commit 128be0a352
4 changed files with 14 additions and 3 deletions

View File

@ -1,4 +1,15 @@
# Changelog
## --- [4.3.1] - 2023/TBD
### New features
TBD
### Bug fixes
TBD
### Tweaks
TBD
### Lang
TBD
<br><br>
## --- [4.3.0] - 2023/03/09
### Breaking Changes
- This release includes database migrations that are not revertable. Once you update to this version you will not be able to rollback to a previous version.

View File

@ -1,5 +1,5 @@
[![Crafty Logo](app/frontend/static/assets/images/logo_long.svg)](https://craftycontrol.com)
# Crafty Controller 4.3.0
# Crafty Controller 4.3.1
> Python based Control Panel for your Minecraft Server
## What is Crafty Controller?

View File

@ -1,5 +1,5 @@
{
"major": 4,
"minor": 3,
"sub": 0
"sub": 1
}

View File

@ -3,7 +3,7 @@ sonar.organization=crafty-controller
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=Crafty 4
sonar.projectVersion=4.3.0
sonar.projectVersion=4.3.1
sonar.python.version=3.9, 3.10, 3.11
sonar.exclusions=app/migrations/**, app/frontend/static/assets/vendors/**