From eed80b4afe90fa73b666f4c0f934feb3a83cde0d Mon Sep 17 00:00:00 2001 From: aerinon Date: Wed, 5 May 2021 14:24:20 -0600 Subject: [PATCH] Version bump and fixes --- Main.py | 2 +- RELEASENOTES.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Main.py b/Main.py index d83a7cf5..ee7b2550 100644 --- a/Main.py +++ b/Main.py @@ -26,7 +26,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops from Utils import output_path, parse_player_names -__version__ = '0.3.1.8-u' +__version__ = '0.3.1.10-u' class EnemizerError(RuntimeError): diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2bc21111..cec7a59c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -150,6 +150,8 @@ New item counter modified to show total # Bug Fixes and Notes. +* 0.3.1.10u + * Standard generation fixes * 0.3.1.9-u * Generation improvements for standard * Removed link sprite from repo