From 690d22cccf80f98b2e7f86def0543112190ab46f Mon Sep 17 00:00:00 2001 From: Rike-Benjamin Schuppner Date: Wed, 9 Oct 2024 17:11:14 +0200 Subject: [PATCH] BLD: Prepare v2.5.1 --- CHANGELOG.md | 7 +++++++ pelita/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b2524b3..f7be92ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Pelita changelog + * v2.5.1 (09. Oct 2024) + + - 1000 new layouts with dead ends + - Matches will be played on a maze with dead ends/chambers with 25% chance + - Reduced the radius of the food shadow + - Streamlined handling of random numbers and seeding + * v2.5.0 (08. Aug 2024) - Food ageing and relocation to discourage camping strategies diff --git a/pelita/__init__.py b/pelita/__init__.py index ec0f3d900..1f2c00764 100644 --- a/pelita/__init__.py +++ b/pelita/__init__.py @@ -3,4 +3,4 @@ network, viewer) -__version__ = '2.5.0' +__version__ = '2.5.1'