From d710c2631a99fe5bb51b4bc9bab4455fdcc3a5db Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 13 Nov 2021 11:47:20 -0800 Subject: [PATCH] Update branch to 5.0.1. --- changelog.md | 8 ++++++++ game/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 848abf9e..9c4c7890 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# 5.0.1 + +Saves from 5.0.0 are compatible with 5.0.1. + +## Features/Improvements + +## Fixes + # 5.0.0 Saves from 4.x are not compatible with 5.0. diff --git a/game/version.py b/game/version.py index f2f59eca..31232498 100644 --- a/game/version.py +++ b/game/version.py @@ -3,7 +3,7 @@ from pathlib import Path MAJOR_VERSION = 5 MINOR_VERSION = 0 -MICRO_VERSION = 0 +MICRO_VERSION = 1 def _build_version_string() -> str: