Update Version to 5.1.1

This commit is contained in:
RndName 2022-01-07 14:44:50 +01:00
parent 7bb41d07b3
commit cd120047cb
No known key found for this signature in database
GPG Key ID: 5EF516FD9537F7C0
2 changed files with 9 additions and 1 deletions

View File

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

View File

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