Update branch to 5.0.1.

This commit is contained in:
Dan Albert 2021-11-13 11:47:20 -08:00
parent 7278878266
commit d710c2631a
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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: