From cd120047cbf19906d621b48e778924336ea75429 Mon Sep 17 00:00:00 2001 From: RndName Date: Fri, 7 Jan 2022 14:44:50 +0100 Subject: [PATCH] Update Version to 5.1.1 --- changelog.md | 8 ++++++++ game/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f99dac91..a3b121c3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# 5.1.1 + +Saves from 5.1.0 are compatible with 5.1.1. + +## Fixes + +* + # 5.1.0 Saves from 5.0.0 are compatible with 5.1.0 diff --git a/game/version.py b/game/version.py index 23bc07a1..bf7d8120 100644 --- a/game/version.py +++ b/game/version.py @@ -3,7 +3,7 @@ from pathlib import Path MAJOR_VERSION = 5 MINOR_VERSION = 1 -MICRO_VERSION = 0 +MICRO_VERSION = 1 def _build_version_string() -> str: