Version bump to 0.1.4.1

This commit is contained in:
codemann8
2021-05-28 21:00:51 -05:00
parent 1123d686d5
commit ec467d85d7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
### 0.1.4.1
- Moved Inverted Pyramid Entrance to top of HC Ledge
- Fixed various issues with Inverted and Insanity
### 0.1.4.0 ### 0.1.4.0
- Initial Inverted Implementation - Initial Inverted Implementation
- Fix for Kakariko Pond no longer requiring fake flipper - Fix for Kakariko Pond no longer requiring fake flipper

View File

@@ -2,7 +2,7 @@ import random, logging
from BaseClasses import OWEdge, WorldType, Direction, Terrain from BaseClasses import OWEdge, WorldType, Direction, Terrain
from OWEdges import OWEdgeGroups, parallel_links, IsParallel from OWEdges import OWEdgeGroups, parallel_links, IsParallel
__version__ = '0.1.4.0-u' __version__ = '0.1.4.1-u'
def link_overworld(world, player): def link_overworld(world, player):
# setup mandatory connections # setup mandatory connections