Version bump 0.2.9.1

This commit is contained in:
codemann8
2022-07-31 23:05:38 -05:00
parent baaa6fcfc7
commit ae9ba04f24
2 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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):