Version bump 0.2.10.1

This commit is contained in:
codemann8
2022-09-18 17:55:17 -05:00
parent f393bad008
commit 635fd10a8c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.2.10.1
- Merged DR v1.0.1.3
- Fixed Zelda despawn in TT Prison
- Fixed issue with key door usage in rainstate
- Added missing modes to example mystery yaml
## 0.2.10.0 ## 0.2.10.0
- Merged DR v1.0.1.1-1.0.1.2 - Merged DR v1.0.1.1-1.0.1.2
- Removed text color from hint tiles - Removed text color from hint tiles

View File

@@ -6,7 +6,7 @@ from Regions import mark_dark_world_regions, mark_light_world_regions
from OWEdges import OWTileRegions, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel from OWEdges import OWTileRegions, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
from Utils import bidict from Utils import bidict
version_number = '0.2.10.0' version_number = '0.2.10.1'
# branch indicator is intentionally different across branches # branch indicator is intentionally different across branches
version_branch = '-u' version_branch = '-u'