From 91d08e2160cbbde02779659d90d7381cf57bc8c5 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 26 Jun 2021 14:40:00 -0700 Subject: [PATCH 1/2] Add changelog section for 4.0.1. (cherry picked from commit 0b90b53e09bd67cbdbf925d4df0f234d2de70ed7) --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 13e07d4b..aa3cad6b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# 4.0.1 + +Saves from 4.0.0 are compatible with 4.0.1. + +## Features/Improvements + +## Fixes + # 4.0.0 Saves from 3.x are not compatible with 4.0. From ac0e29a54d743386df9345224edb376319274323 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 26 Jun 2021 14:40:53 -0700 Subject: [PATCH 2/2] Bump branch to 4.0.1-preview. --- game/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/version.py b/game/version.py index 31d5540f..90cabdf0 100644 --- a/game/version.py +++ b/game/version.py @@ -2,7 +2,7 @@ from pathlib import Path def _build_version_string() -> str: - components = ["4.0.0"] + components = ["4.0.1"] build_number_path = Path("resources/buildnumber") if build_number_path.exists(): with build_number_path.open("r") as build_number_file: