diff --git a/Main.py b/Main.py index 69351f7a..9a135a33 100644 --- a/Main.py +++ b/Main.py @@ -25,7 +25,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute from ItemList import generate_itempool, difficulties, fill_prizes, fill_specific_items from Utils import output_path, parse_player_names -__version__ = '0.3.0.0-u' +__version__ = '0.3.0.1-u' class EnemizerError(RuntimeError): pass diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 179da74b..42a89c72 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,10 +2,11 @@ None Yet -## ??? - # Bug Fixes +* 0.3.0.1-u + * Problem with lobbies on re-rolls corrected + * Potential playthrough problem addressed * 0.3.0.0-u * Generation improvements. Basic >95% success. Crossed >80% success. * Possible increased generation times as certain generation problem tries a partial re-roll