From ae9ba04f248e4460471c5b3ccda660cf38a6ee59 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 31 Jul 2022 23:05:38 -0500 Subject: [PATCH] Version bump 0.2.9.1 --- CHANGELOG.md | 8 ++++++++ OverworldShuffle.py | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3f74df..1755913e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 0.2.9.1 +- Lite/Lean ER now includes Cave Pot locations with various Pottery options +- Changed Unique Boss Shuffle so that GT Bosses are unique amongst themselves +- Changed MSU-1 in Inverted to trigger DW2 track with Aga1 kill and LW2 with 7 crystals +- Fixed disappearing mirror portal issue in Inverted (Hopefully for good) +- Fixed issue with TR Peg Puzzle not spawning portal in some Mixed OWR scenarios +- Removed ability to roll Myserty with phantom Crossed OWR options + ### 0.2.9.0 - Added Bonk Drop Shuffle - Fixed disappearing mirror portal issue in Inverted+Crossed OWR diff --git a/OverworldShuffle.py b/OverworldShuffle.py index f5812ffc..1e819ae4 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -6,8 +6,10 @@ from Regions import mark_dark_world_regions, mark_light_world_regions from OWEdges import OWTileRegions, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel from Utils import bidict -version_number = '0.2.9.0' +version_number = '0.2.9.1' +# branch indicator is intentionally different across branches version_branch = '-u' + __version__ = '%s%s' % (version_number, version_branch) def link_overworld(world, player):