diff --git a/Main.py b/Main.py index ad1a8257..4ebf0b97 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.2.1-dev' +__version__ = '0.2.2-dev' class EnemizerError(RuntimeError): pass diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 61f78959..6152febb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,6 @@ # Notes +* Added support for a settings file so SahasrahBot and the main website can use it easier. (Thanks Synack) * You'll need to download sprites separately from the official website using the "Update official sprites" button on the sprite picker in the GUI