From 218902b9e92631276d4cebc6e1cd8050ead3d830 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Wed, 7 Jul 2021 20:10:19 -0500 Subject: [PATCH] Version bump 0.1.6.5 --- CHANGELOG.md | 4 ++++ OverworldShuffle.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e65526..025fd156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.1.6.5 +- Reduced chance of diagonal flute spot in Balanced +- ~~Merged DR v0.4.0.8 - Boss Indicator / Fake Boots / Quickswap Update / Credits Updates~~ + ### 0.1.6.4 - Fixed Frogsmith and Stumpy and restored progression in these locations - Added Blacksmith/Hammer Pegs to OW Tile Swap pool diff --git a/OverworldShuffle.py b/OverworldShuffle.py index d8b5e15b..08ae7dd9 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -6,7 +6,7 @@ try: except ImportError: raise Exception('Could not load sortedcontainers module') -__version__ = '0.1.6.4-u' +__version__ = '0.1.6.5-u' def link_overworld(world, player): # setup mandatory connections