Version bump 0.1.9.4

This commit is contained in:
codemann8
2021-10-06 12:02:29 -05:00
parent c08cb5c530
commit 6c6142f1d8
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
### 0.1.9.4
- Hotfix for bad 0.1.9.3 version
### 0.1.9.3 ### 0.1.9.3
- Moved flute spot from Northwest Lake Hylia to Southeast Lake Hylia - Moved flute spot from Northwest Lake Hylia to Southeast Lake Hylia
- Fixed Links House start in Inverted ER - Fixed Links House start in Inverted ER

View File

@@ -2,7 +2,7 @@ import RaceRandom as random, logging, copy
from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot, Entrance from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot, Entrance
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel 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): def link_overworld(world, player):
# setup mandatory connections # setup mandatory connections