Version bump 0.1.6.6

This commit is contained in:
codemann8
2021-07-10 13:53:38 -05:00
parent e89442a3a0
commit 0224aeb4a4
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
### 0.1.6.6
- ~~Merged DR v0.4.0.9 - P/C Indicator / Credits fix / CLI Hints Fix~~
### 0.1.6.5 ### 0.1.6.5
- Reduced chance of diagonal flute spot in Balanced - Reduced chance of diagonal flute spot in Balanced
- ~~Merged DR v0.4.0.8 - Boss Indicator / Fake Boots / Quickswap Update / Credits Updates~~ - ~~Merged DR v0.4.0.8 - Boss Indicator / Fake Boots / Quickswap Update / Credits Updates~~

View File

@@ -6,7 +6,7 @@ try:
except ImportError: except ImportError:
raise Exception('Could not load sortedcontainers module') raise Exception('Could not load sortedcontainers module')
__version__ = '0.1.6.5-u' __version__ = '0.1.6.6-u'
def link_overworld(world, player): def link_overworld(world, player):
# setup mandatory connections # setup mandatory connections