From 928a7a8944ebcb804dba1a38eaea40a12d2ac3e8 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Tue, 3 Sep 2024 10:05:29 -0500 Subject: [PATCH] Version bump 0.5.0.3 --- CHANGELOG.md | 3 +++ OverworldShuffle.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36646be..71dea1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.5.0.3 +- Fixed crash on pedestal + ## 0.5.0.2 - \~Merged in DR v1.4.5~ - ER - SW Shuffle Options diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 7f9d9173..f34344ff 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -8,7 +8,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.5.0.2' +version_number = '0.5.0.3' # branch indicator is intentionally different across branches version_branch = '-u'