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: