From 6c6142f1d83524c993a2784a6b8530aafb177fd6 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Wed, 6 Oct 2021 12:02:29 -0500 Subject: [PATCH] Version bump 0.1.9.4 --- CHANGELOG.md | 3 +++ OverworldShuffle.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6e10d2..43071f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.1.9.4 +- Hotfix for bad 0.1.9.3 version + ### 0.1.9.3 - Moved flute spot from Northwest Lake Hylia to Southeast Lake Hylia - Fixed Links House start in Inverted ER diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 810c4df0..5ad3a08e 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -2,7 +2,7 @@ import RaceRandom as random, logging, copy from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot, Entrance from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel -__version__ = '0.1.9.3-u' +__version__ = '0.1.9.4-u' def link_overworld(world, player): # setup mandatory connections