From fd3bdc6b712ca9c9b8413682d65dfc1359228254 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 7 Aug 2023 16:04:58 -0500 Subject: [PATCH] Version bump 0.3.2.1 --- CHANGELOG.md | 5 +++++ OverworldShuffle.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b156a0dd..1f235164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.2.1 +- \~Merged in DR v1.2.0.20~ +- Some minor Swapped ER improvements +- Fixed generation error with Flute Activation + ## 0.3.2.0 - New Swapped ER mode option - Fixed issue with flipper rules not properly getting pearl requirement added diff --git a/OverworldShuffle.py b/OverworldShuffle.py index c34b6d62..76773b77 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.3.2.0' +version_number = '0.3.2.1' # branch indicator is intentionally different across branches version_branch = '-u'